Home
last modified time | relevance | path

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

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