Home
last modified time | relevance | path

Searched refs:SEXITLWPS (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c485 if (p->p_flag & (SEXITLWPS|SKILLED)) { in lwp_create()
938 ASSERT(curproc->p_flag & SEXITLWPS); in lwp_exit()
951 if (!(t->t_proc_flag & TP_TWAIT) || (p->p_flag & SEXITLWPS)) in lwp_exit()
1041 (p->p_flag & SEXITLWPS)) in lwp_exit()
1149 if (p->p_flag & SEXITLWPS) in lwp_suspend()
1247 if ((p->p_flag & SEXITLWPS) || (t->t_proc_flag & TP_EXITLWP)) in holdlwp()
1259 if (p->p_flag & SEXITLWPS) in holdlwp()
1277 while (p->p_flag & (SEXITLWPS | SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) { in holdlwps()
1281 if (p->p_flag & (SEXITLWPS | SHOLDFORK)) { in holdlwps()
1302 if (p->p_flag & (SEXITLWPS | SHOLDWATCH)) { in holdlwps()
[all …]
H A Dsig.c474 (p->p_flag & (SEXITLWPS|SKILLED)) || in issig_justlooking()
560 if (p->p_flag & (SEXITLWPS|SKILLED)) { in issig_forreal()
661 if (p->p_flag & (SEXITLWPS|SKILLED)) { in issig_forreal()
740 if (p->p_flag & (SEXITLWPS|SKILLED)) { in issig_forreal()
876 (p->p_flag & (SEXITLWPS|SKILLED))) { in stop()
1192 (p->p_flag & (SEXITLWPS|SKILLED))) { in stop()
1297 if (p->p_flag & SEXITLWPS) { in psig()
H A Dpid.c414 (p->p_flag & (SSYS | SEXITING | SEXITLWPS))) { in sprtrylock_proc()
H A Dcondvar.c698 while (lwp->lwp_nostop == 0 && !(p->p_flag & SEXITLWPS)) { in cv_wait_stop()
H A Dexit.c328 ASSERT(curproc->p_flag & SEXITLWPS); in exit()
H A Daio.c2649 if (p->p_flag & (SEXITLWPS|SKILLED)) { in aio_cleanup_thread()
2726 ASSERT((curproc->p_flag & (SEXITLWPS|SKILLED))); in aio_cleanup_thread()
H A Dzone.c3810 ASSERT(p->p_flag & SEXITLWPS); in zone_start_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h504 #define SEXITLWPS 0x00100000 /* have lwps exit within the process */ macro
560 ((p)->p_flag & (SEXITLWPS|SKILLED|SHOLDFORK1|SHOLDWATCH)))
/illumos-gate/usr/src/uts/common/syscall/
H A Dauditsys.c909 (p->p_flag & (SSYS | SEXITING | SEXITLWPS))) { in setumask()
992 (p->p_flag & (SSYS | SEXITING | SEXITLWPS))) { in setsmask()
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c1173 (p->p_flag & (SSYS | SEXITING | SEXITLWPS))) in set_all_zone_usr_proc_sys()
/illumos-gate/usr/src/uts/intel/os/
H A Dsyscall.c1332 (p->p_flag & (SSYS | SEXITING | SEXITLWPS))) in set_all_zone_usr_proc_sys()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c211 { "SEXITLWPS", SEXITLWPS, SEXITLWPS }, in pflags()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1282 (p->p_flag & SEXITLWPS)) { in pr_wait_stop()
H A Dprsubr.c518 if (p->p_flag & SEXITLWPS) { in prexecend()