Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp407 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