Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/threads/
H A Dsynch.c34 #define INCR32(x) (((x) != UINT32_MAX)? (x)++ : 0) macro
39 #define INCR32(x) macro
425 INCR32(self->ul_spin_lock_spin); in spin_lock_set()
435 INCR32(self->ul_spin_lock_spin2); in spin_lock_set()
445 INCR32(self->ul_spin_lock_sleep); in spin_lock_set()
457 INCR32(self->ul_spin_lock_wakeup); in spin_lock_clear()
587 INCR32(qp->qh_lockcount); in queue_lock()