Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dstrsubr.c197 kmutex_t bcall_monitor; /* sleep/wakeup style monitor */ variable
2969 mutex_enter(&bcall_monitor); in strwaitbuf()
2972 mutex_exit(&bcall_monitor); in strwaitbuf()
2975 if (!cv_wait_sig(&(ttoproc(curthread)->p_flag_cv), &bcall_monitor)) { in strwaitbuf()
2977 mutex_exit(&bcall_monitor); in strwaitbuf()
2981 mutex_exit(&bcall_monitor); in strwaitbuf()
3568 mutex_enter(&bcall_monitor); in runbufcalls()
3623 mutex_exit(&bcall_monitor); in runbufcalls()