Home
last modified time | relevance | path

Searched refs:thread_unlock_nopreempt (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcondvar.c200 thread_unlock_nopreempt(curthread); /* unlock the waiters field */ in cv_wait()
283 thread_unlock_nopreempt(t); in cv_timedwait_hires()
336 thread_unlock_nopreempt(t); in cv_wait_sig()
416 thread_unlock_nopreempt(t); in cv_timedwait_sig_hires()
559 thread_unlock_nopreempt(t); in cv_wait_sig_swap_core()
686 thread_unlock_nopreempt(t); in cv_wait_stop()
H A Dsemaphore.c243 thread_unlock_nopreempt(curthread); in sema_p()
282 thread_unlock_nopreempt(t); in sema_p_sig()
H A Dturnstile.c514 thread_unlock_nopreempt(t); in turnstile_block()
644 thread_unlock_nopreempt(t); in turnstile_block()
H A Dsched.c803 thread_unlock_nopreempt(tp); in swapout_lwp()
H A Dsig.c1197 thread_unlock_nopreempt(t); in stop()
1208 thread_unlock_nopreempt(t); in stop()
1217 thread_unlock_nopreempt(t); in stop()
H A Dcpu.c379 thread_unlock_nopreempt(tp); in force_thread_migrate()
922 thread_unlock_nopreempt(t); in cpu_pause_free()
992 thread_unlock_nopreempt(t); in cpu_pause_start()
/illumos-gate/usr/src/uts/common/syscall/
H A Dyield.c54 thread_unlock_nopreempt(t); in yield()
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c699 thread_unlock_nopreempt(t); in preempt()
708 thread_unlock_nopreempt(t); in preempt()
902 thread_unlock_nopreempt(t); in swtch()
1883 thread_unlock_nopreempt(tp); in disp_ratify()
H A Dfx.c1336 thread_unlock_nopreempt(t); in fx_tick()
1367 thread_unlock_nopreempt(t); /* clock thread can't be preempted */ in fx_tick()
H A Dts.c1682 thread_unlock_nopreempt(t); in ts_tick()
1723 thread_unlock_nopreempt(t); /* clock thread can't be preempted */ in ts_tick()
H A Dsysdc.c1053 thread_unlock_nopreempt(t); in sysdc_exit()
H A Dfss.c2446 thread_unlock_nopreempt(t); in fss_tick()
2508 thread_unlock_nopreempt(t); /* clock thread can't be preempted */ in fss_tick()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h596 #define thread_unlock_nopreempt(t) disp_lock_exit_nopreempt((t)->t_lockp) macro