Searched refs:q_lock (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h397 mutex_t q_lock; member in struct:__anon57::__anon58
416 #define qh_lock qh_qh.q_lock
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h63 * However, no fields can be directly modified unless q_lock is held
91 * QLK: The field must be accessed or modified under q_lock, except when
109 * the code. Also, q_lock is used with q_wait to implement a stream head
126 kmutex_t q_lock; /* NOLK: structure lock */ member in struct:queue
H A Dstrsubr.h815 #define QLOCK(q) (&(q)->q_lock)
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c760 mutex_destroy(&qp->q_lock);
763 mutex_destroy(&wqp->q_lock);
8680 return (&(q)->q_lock);

Completed in 128 milliseconds