Home
last modified time | relevance | path

Searched refs:AtomicCAS (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_atomic.cc398 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()