Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c36 #define INCR32(x) (((x) != UINT32_MAX)? (x)++ : 0) macro
41 #define INCR32(x) macro
427 INCR32(self->ul_spin_lock_spin); in spin_lock_set()
437 INCR32(self->ul_spin_lock_spin2); in spin_lock_set()
447 INCR32(self->ul_spin_lock_sleep); in spin_lock_set()
459 INCR32(self->ul_spin_lock_wakeup); in spin_lock_clear()
589 INCR32(qp->qh_lockcount); in queue_lock()