Searched refs:SUSPEND_NORMAL (Results 1 – 6 of 6) sorted by relevance
687 t->t_whatstop = SUSPEND_NORMAL; in lwp_create()912 stop(PR_SUSPENDED, SUSPEND_NORMAL); in lwp_exit()1263 stop(PR_SUSPENDED, SUSPEND_NORMAL); in holdlwp()1294 stop(PR_SUSPENDED, SUSPEND_NORMAL); in holdlwps()1366 stop(PR_SUSPENDED, SUSPEND_NORMAL); in holdcheck()1538 stop(PR_SUSPENDED, SUSPEND_NORMAL); in holdwatch()
318 t->t_whatstop = SUSPEND_NORMAL; in sched()494 t->t_whatstop = SUSPEND_NORMAL; in sched()
719 stop(PR_SUSPENDED, SUSPEND_NORMAL); in cv_wait_stop()
605 stop(PR_SUSPENDED, SUSPEND_NORMAL); in issig_forreal()909 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