Searched refs:OSAtomicCompareAndSwapLong (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/BlocksRuntime/
H A Druntime.c51 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { function
72 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { function
109 if (OSAtomicCompareAndSwapLong(old_value, old_value+1, (volatile long int *)where)) {
138 if (OSAtomicCompareAndSwapLong(old_value, old_value-1, (volatile long int *)where)) {

Completed in 99 milliseconds