Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dshuttle.c117 THREAD_SLEEP(curthread, &shuttle_lock); in shuttle_resume()
193 THREAD_SLEEP(curthread, &shuttle_lock); in shuttle_swtch()
232 THREAD_SLEEP(t, &shuttle_lock); in shuttle_sleep()
/illumos-gate/usr/src/uts/common/os/
H A Dsemaphore.c80 THREAD_SLEEP(curthread, lockp); \
H A Dturnstile.c459 THREAD_SLEEP(t, &tc->tc_lock); in turnstile_block()
H A Dcondvar.c174 THREAD_SLEEP(t, &sqh->sq_lock); in cv_block()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h685 #define THREAD_SLEEP(tp, lp) { \ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c516 THREAD_SLEEP(t, &sqh->sq_lock); in lwp_block()