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

/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPrivate.h78 #define _SC_ATOMIC_ZERO(p) __sync_fetch_and_and((p), 0) // old_n = n; n = 0; return(old_n); macro

Completed in 121 milliseconds