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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c33 #define INCR32(x) (((x) != UINT32_MAX)? (x)++ : 0) macro
38 #define INCR32(x) macro
424 INCR32(self->ul_spin_lock_spin);
434 INCR32(self->ul_spin_lock_spin2);
444 INCR32(self->ul_spin_lock_sleep);
456 INCR32(self->ul_spin_lock_wakeup);
586 INCR32(qp->qh_lockcount);

Completed in 30 milliseconds