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

/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A Druntime.c52 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { function
73 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { function
110 if (OSAtomicCompareAndSwapLong(old_value, old_value+1, (volatile long int *)where)) {
139 if (OSAtomicCompareAndSwapLong(old_value, old_value-1, (volatile long int *)where)) {

Completed in 271 milliseconds