Searched defs:INCR32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c35 #define INCR32(x) (((x) != UINT32_MAX)? (x)++ : 0) macro
40 #define INCR32(x) macro
426 INCR32(self->ul_spin_lock_spin);
436 INCR32(self->ul_spin_lock_spin2);
446 INCR32(self->ul_spin_lock_sleep);
458 INCR32(self->ul_spin_lock_wakeup);
588 INCR32(qp->qh_lockcount);

Completed in 65 milliseconds