Searched refs:TP_LWPEXIT (Results 1 – 16 of 16) sorted by relevance
359 if (lwp == NULL || (t->t_proc_flag & TP_LWPEXIT) || intr) { in clock_tick_process()386 if (t->t_proc_flag & TP_LWPEXIT) { in clock_tick_process()
371 if (t->t_proc_flag & TP_LWPEXIT) in mstate_aggr_state()
526 t->t_proc_flag |= TP_LWPEXIT; in proc_exit()
859 (t->t_proc_flag & TP_LWPEXIT) || in stop()1175 (t->t_proc_flag & TP_LWPEXIT) || in stop()
985 t->t_proc_flag |= TP_LWPEXIT; in lwp_exit()
3281 if (t->t_proc_flag & TP_LWPEXIT) { in lgrp_move_thread()
5356 if (curthread->t_proc_flag & TP_LWPEXIT) in ddi_can_receive_sig()
119 ((curthread->t_proc_flag & TP_LWPEXIT) == 0)); in door_close()
67 if (t->t_proc_flag & TP_LWPEXIT) in getrusage()
580 ASSERT(!(t->t_proc_flag & TP_LWPEXIT)); in prioctl64()890 ASSERT(!(t->t_proc_flag & TP_LWPEXIT)); in prioctl64()1117 ASSERT(!(t->t_proc_flag & TP_LWPEXIT)); in prioctl64()1210 ASSERT(!(t->t_proc_flag & TP_LWPEXIT)); in prioctl64()2165 ASSERT(!(t->t_proc_flag & TP_LWPEXIT)); in prioctl32()2512 ASSERT(!(t->t_proc_flag & TP_LWPEXIT)); in prioctl32()2747 ASSERT(!(t->t_proc_flag & TP_LWPEXIT)); in prioctl32()2840 ASSERT(!(t->t_proc_flag & TP_LWPEXIT)); in prioctl32()
1336 ASSERT(!(t->t_proc_flag & TP_LWPEXIT)); in allsetrun()1564 ASSERT(!(t->t_proc_flag & TP_LWPEXIT)); in pr_nice()
1181 if (t->t_proc_flag & TP_LWPEXIT) in pr_read_usage()1294 ASSERT(!(t->t_proc_flag & TP_LWPEXIT)); in pr_read_lusage()2206 if (t->t_proc_flag & TP_LWPEXIT) in pr_read_usage_32()2319 ASSERT(!(t->t_proc_flag & TP_LWPEXIT)); in pr_read_lusage_32()
385 #define TP_LWPEXIT 0x0008 /* lwp has exited */ macro
920 else if ((curthread->t_proc_flag & TP_LWPEXIT) && in nfs4_start_fop()1062 (curthread->t_proc_flag & TP_LWPEXIT)) in wait_for_recovery()
1652 (t->t_proc_flag & TP_LWPEXIT) || in ts_swapout()
2202 (t->t_proc_flag & TP_LWPEXIT) || in fss_swapout()