Home
last modified time | relevance | path

Searched defs: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
Dts_util.cc792 uintptr_t AtomicExchange(uintptr_t *ptr, uintptr_t new_value) { in AtomicExchange() function
/external/compiler-rt/lib/asan/
Dasan_posix.cc159 uint16_t AtomicExchange(uint16_t *a, uint16_t new_val) { in AtomicExchange() function
Dasan_win.cc237 uint16_t AtomicExchange(uint16_t *a, uint16_t new_val) { in AtomicExchange() function