Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libc/port/threads/
H A Dsynch.c35 #define INCR32(x) (((x) != UINT32_MAX)? (x)++ : 0) macro
40 #define INCR32(x) macro