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.c37 #define INCR32(x) (((x) != UINT32_MAX)? (x)++ : 0) macro
42 #define INCR32(x) macro
428 INCR32(self->ul_spin_lock_spin); in spin_lock_set()
438 INCR32(self->ul_spin_lock_spin2); in spin_lock_set()
448 INCR32(self->ul_spin_lock_sleep); in spin_lock_set()
460 INCR32(self->ul_spin_lock_wakeup); in spin_lock_clear()
590 INCR32(qp->qh_lockcount); in queue_lock()