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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c57 static __inline bool OSAtomicCompareAndSwapInt(int oldi, int newi, int volatile *dst) { function
76 static __inline bool OSAtomicCompareAndSwapInt(int oldi, int newi, int volatile *dst) { function
122 if (OSAtomicCompareAndSwapInt(old_value, old_value+1, (volatile int *)where)) {
154 if (OSAtomicCompareAndSwapInt(old_value, old_value-1, (volatile int *)where)) {
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp127 OSATOMIC_INTERCEPTORS_CAS(OSAtomicCompareAndSwapInt, __tsan_atomic32, a32, int)

Completed in 101 milliseconds