Searched refs:SUSPEND_NORMAL (Results 1 – 6 of 6) sorted by relevance
676 t->t_whatstop = SUSPEND_NORMAL; in lwp_create()901 stop(PR_SUSPENDED, SUSPEND_NORMAL); in lwp_exit()1243 stop(PR_SUSPENDED, SUSPEND_NORMAL); in holdlwp()1274 stop(PR_SUSPENDED, SUSPEND_NORMAL); in holdlwps()1346 stop(PR_SUSPENDED, SUSPEND_NORMAL); in holdcheck()1518 stop(PR_SUSPENDED, SUSPEND_NORMAL); in holdwatch()
318 t->t_whatstop = SUSPEND_NORMAL; in sched()494 t->t_whatstop = SUSPEND_NORMAL; in sched()
702 stop(PR_SUSPENDED, SUSPEND_NORMAL); in cv_wait_stop()
604 stop(PR_SUSPENDED, SUSPEND_NORMAL); in issig_forreal()908 ASSERT(what == SUSPEND_NORMAL || what == SUSPEND_PAUSE); in stop()
2692 stop(PR_SUSPENDED, SUSPEND_NORMAL); in aio_cleanup_thread()
560 #define SUSPEND_NORMAL 0 macro