Searched refs:qh_lockcount (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c587 INCR32(qp->qh_lockcount);
3936 if (qp->qh_lockcount == 0)
3938 spin_lock_total += qp->qh_lockcount;
3940 (u_longlong_t)qp->qh_lockcount,
3949 if (qp->qh_lockcount == 0)
3951 spin_lock_total += qp->qh_lockcount;
3953 (u_longlong_t)qp->qh_lockcount,
/opensolaris-onvv-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h417 #define qh_lockcount qh_qh.q_lockcount macro

Completed in 107 milliseconds