Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dsigqueue.c166 mutex_enter(&sqh->sqb_lock); in sigqueue()
168 if (!cv_wait_sig(&sqh->sqb_cv, &sqh->sqb_lock)) { in sigqueue()
173 mutex_exit(&sqh->sqb_lock); in sigqueue()
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c1829 mutex_enter(&sqh->sqb_lock); in sigqsend()
1831 mutex_exit(&sqh->sqb_lock); in sigqsend()
2443 mutex_enter(&sqh->sqb_lock); in sigqalloc()
2457 mutex_exit(&sqh->sqb_lock); in sigqalloc()
2463 mutex_exit(&sqh->sqb_lock); in sigqalloc()
2480 mutex_enter(&sqh->sqb_lock); in sigqrel()
2482 mutex_exit(&sqh->sqb_lock); in sigqrel()
2493 mutex_exit(&sqh->sqb_lock); in sigqrel()
2523 mutex_enter(&sqh->sqb_lock); in sigqhdrfree()
2525 mutex_exit(&sqh->sqb_lock); in sigqhdrfree()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsignal.h307 kmutex_t sqb_lock; /* lock for sigq pool */ member