Home
last modified time | relevance | path

Searched refs:TP_EXITLWP (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_create.c142 t->t_proc_flag |= TP_EXITLWP; in syslwp_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h400 #define TP_EXITLWP 0x0040 /* terminate this lwp */ macro
/illumos-gate/usr/src/uts/intel/os/
H A Dsyscall.c643 if (ISHOLD(p) || (t->t_proc_flag & TP_EXITLWP)) in post_syscall()
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c739 if (ISHOLD(p) || (t->t_proc_flag & TP_EXITLWP)) in post_syscall()
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c1247 if ((p->p_flag & SEXITLWPS) || (t->t_proc_flag & TP_EXITLWP)) in holdlwp()