Home
last modified time | relevance | path

Searched refs:TP_TWAIT (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwpsys.c218 if (!(t->t_proc_flag & TP_TWAIT)) in lwp_wait()
372 if (!(t->t_proc_flag & TP_TWAIT)) in lwp_detach()
375 t->t_proc_flag &= ~TP_TWAIT; in lwp_detach()
H A Dlwp_create.c176 t->t_proc_flag |= TP_TWAIT; in syslwp_create()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in48 SED_REPLACE(TP_TWAIT)
H A Dprocfs.d.in301 ((!(T->t_proc_flag & @TP_TWAIT@)) ? PR_DETACH : 0) |
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c951 if (!(t->t_proc_flag & TP_TWAIT) || (p->p_flag & SEXITLWPS)) in lwp_exit()
963 t->t_proc_flag &= ~TP_TWAIT; in lwp_exit()
1742 t->t_proc_flag &= ~TP_TWAIT; in exitlwps()
1759 curthread->t_proc_flag &= ~TP_TWAIT; in exitlwps()
H A Dfork.c398 (curthread->t_proc_flag & TP_TWAIT); in cfork()
419 (t->t_proc_flag & (TP_TWAIT|TP_DAEMON)); in cfork()
H A Dexec.c572 curthread->t_proc_flag |= TP_TWAIT; in exec_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h396 #define TP_TWAIT 0x0004 /* wait to be freed by lwp_wait() */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1195 if (!(t->t_proc_flag & TP_TWAIT)) in gcore_prgetlwpstatus()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c992 if (!(t->t_proc_flag & TP_TWAIT)) in prgetlwpstatus32()
1218 if (!(t->t_proc_flag & TP_TWAIT)) in prgetlwpstatus()