Home
last modified time | relevance | path

Searched refs:AtomicExchange (Results 1 – 7 of 7) 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/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
Dasan_internal.h191 uint16_t AtomicExchange(uint16_t *a, uint16_t new_val);
Dasan_allocator.cc709 uint16_t old_chunk_state = AtomicExchange(&m->chunk_state, CHUNK_QUARANTINE); in Deallocate()