Searched refs:AtomicCAS (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_atomic.cc | 398 static bool AtomicCAS(ThreadState *thr, uptr pc, in AtomicCAS() function 431 static T AtomicCAS(ThreadState *thr, uptr pc, in AtomicCAS() function 433 AtomicCAS(thr, pc, a, &c, v, mo, fmo); in AtomicCAS()
|