Searched refs:AtomicExchange (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/tsan/
H A Dts_lock.h76 ALWAYS_INLINE uintptr_t AtomicExchange(uintptr_t *ptr, uintptr_t new_value) { function
96 ALWAYS_INLINE uintptr_t AtomicExchange(uintptr_t *ptr, uintptr_t new_value) { function
114 uintptr_t AtomicExchange(uintptr_t *ptr, uintptr_t new_value);
H A Dthread_sanitizer.cc3307 CacheLine *res = (CacheLine*)AtomicExchange(
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cc93 static T AtomicExchange(ThreadState *thr, uptr pc, volatile T *a, T v, function

Completed in 113 milliseconds