Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c200 kmutex_t bcall_monitor; /* sleep/wakeup style monitor */ variable
2994 mutex_enter(&bcall_monitor); in strwaitbuf()
2997 mutex_exit(&bcall_monitor); in strwaitbuf()
3000 if (!cv_wait_sig(&(ttoproc(curthread)->p_flag_cv), &bcall_monitor)) { in strwaitbuf()
3002 mutex_exit(&bcall_monitor); in strwaitbuf()
3006 mutex_exit(&bcall_monitor); in strwaitbuf()
3593 mutex_enter(&bcall_monitor); in runbufcalls()
3648 mutex_exit(&bcall_monitor); in runbufcalls()