Home
last modified time | relevance | path

Searched refs:CL_SLEEP (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dclass.h191 #define CL_SLEEP(tp) (*(tp)->t_clfuncs->cl_sleep)(tp) macro
/illumos-gate/usr/src/uts/common/os/
H A Dsemaphore.c79 CL_SLEEP(curthread); \
H A Dturnstile.c458 CL_SLEEP(t); /* assign kernel priority */ in turnstile_block()
H A Dcondvar.c154 CL_SLEEP(t); /* assign kernel priority */ in cv_block()
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c514 CL_SLEEP(t); in lwp_block()