Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/syscall/
H A Dsigqueue.c159 mutex_enter(&sqh->sqb_lock); in sigqueue()
161 if (!cv_wait_sig(&sqh->sqb_cv, &sqh->sqb_lock)) { in sigqueue()
166 mutex_exit(&sqh->sqb_lock); in sigqueue()
/onnv-gate/usr/src/uts/common/os/
H A Dsig.c1812 mutex_enter(&sqh->sqb_lock); in sigqsend()
1814 mutex_exit(&sqh->sqb_lock); in sigqsend()
2407 mutex_init(&sqh->sqb_lock, NULL, MUTEX_DEFAULT, NULL); in sigqhdralloc()
2425 mutex_enter(&sqh->sqb_lock); in sigqalloc()
2430 mutex_exit(&sqh->sqb_lock); in sigqalloc()
2437 mutex_exit(&sqh->sqb_lock); in sigqalloc()
2454 mutex_enter(&sqh->sqb_lock); in sigqrel()
2456 mutex_exit(&sqh->sqb_lock); in sigqrel()
2458 mutex_destroy(&sqh->sqb_lock); in sigqrel()
2467 mutex_exit(&sqh->sqb_lock); in sigqrel()
[all …]
/onnv-gate/usr/src/uts/common/sys/
H A Dsignal.h312 kmutex_t sqb_lock; /* lock for sigq pool */ member