Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c487 qp->qh_type = (i < QHASHSIZE)? MX : CV; in queue_alloc()
525 ASSERT(qp->qh_type == qtype); in QVERIFY()
700 ulwp->ul_qtype = qp->qh_type; in enqueue()
H A Dthr.c1684 qp->qh_type = (i < QHASHSIZE)? MX : CV; in postfork1_child()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h421 #define qh_type qh_qh.q_type macro