Searched defs:OSAtomicCompareAndSwap32 (Results 1 – 3 of 3) sorted by relevance
93 static inline bool OSAtomicCompareAndSwap32(Atomic32 old_value, in OSAtomicCompareAndSwap32() function
499 int OSAtomicCompareAndSwap32( int32_t __oldValue, int32_t __newValue, volatile int32_t *__theValue); function