Home
last modified time | relevance | path

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

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