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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c3957 uint64_t spin_lock_total = 0; local
3968 spin_lock_total += qp->qh_lockcount;
3981 spin_lock_total += qp->qh_lockcount;
3988 (void) fprintf(stderr, "\n spin_lock_total = %10llu\n",
3989 (u_longlong_t)spin_lock_total);

Completed in 21 milliseconds