Home
last modified time | relevance | path

Searched refs:SUSPEND_NORMAL (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/uts/common/os/
H A Dlwp.c676 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()
H A Dsched.c318 t->t_whatstop = SUSPEND_NORMAL; in sched()
494 t->t_whatstop = SUSPEND_NORMAL; in sched()
H A Dcondvar.c702 stop(PR_SUSPENDED, SUSPEND_NORMAL); in cv_wait_stop()
H A Dsig.c604 stop(PR_SUSPENDED, SUSPEND_NORMAL); in issig_forreal()
908 ASSERT(what == SUSPEND_NORMAL || what == SUSPEND_PAUSE); in stop()
H A Daio.c2692 stop(PR_SUSPENDED, SUSPEND_NORMAL); in aio_cleanup_thread()
/onnv-gate/usr/src/uts/common/sys/
H A Dproc.h560 #define SUSPEND_NORMAL 0 macro