Searched refs:AtomicCAS (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interface_atomic.cpp | 407 static bool AtomicCAS(ThreadState *thr, uptr pc, volatile T *a, T *c, T v, in AtomicCAS() function 449 static T AtomicCAS(ThreadState *thr, uptr pc, in AtomicCAS() function 451 AtomicCAS(thr, pc, a, &c, v, mo, fmo); in AtomicCAS()
|