Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/threads/
H A Dsynch.c587 qp->qh_root = qrp; /* valid until queue_unlock() is called */ in queue_lock()
621 if ((qrp = qp->qh_root) == NULL) { in enqueue()
634 qp->qh_root = qrp; in enqueue()
789 if ((qrp = qp->qh_root) == NULL || (ulwp = qrp->qr_head) == NULL) { in queue_slot()
827 queue_root_t *qrp = qp->qh_root; in queue_unlink()
865 qp->qh_root = nqrp; in queue_unlink()
875 qp->qh_root = NULL; in queue_unlink()
925 if ((qrp = qp->qh_root) != NULL) { in dequeue_self()
943 return ((qrp = qp->qh_root) != NULL && qrp->qr_head != NULL); in dequeue_self()
1667 if ((qrp = qp->qh_root) == NULL || in mutex_wakeup_all()
[all …]
H A Drwlock.c694 if (qp->qh_root == NULL || qp->qh_root->qr_head == NULL) in rwlock_lock()
/titanic_50/usr/src/lib/libc/inc/
H A Dthr_uberdata.h425 #define qh_root qh_qh.q_root macro