Searched defs: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 Dts_util.cc792 uintptr_t AtomicExchange(uintptr_t *ptr, uintptr_t new_value) { function
/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 108 milliseconds