HomeSort by relevance Sort by last modified time
    Searched refs:AtomicExchange (Results 1 - 6 of 6) sorted by null

  /external/valgrind/tsan/
ts_lock.h 76 ALWAYS_INLINE uintptr_t AtomicExchange(uintptr_t *ptr, uintptr_t new_value) {
96 ALWAYS_INLINE uintptr_t AtomicExchange(uintptr_t *ptr, uintptr_t new_value) {
114 uintptr_t AtomicExchange(uintptr_t *ptr, uintptr_t new_value);
thread_sanitizer.cc     [all...]
  /external/compiler-rt/lib/asan/
asan_posix.cc 159 uint16_t AtomicExchange(uint16_t *a, uint16_t new_val) {
asan_internal.h 191 uint16_t AtomicExchange(uint16_t *a, uint16_t new_val);
asan_win.cc 237 uint16_t AtomicExchange(uint16_t *a, uint16_t new_val) {
asan_allocator.cc 709 uint16_t old_chunk_state = AtomicExchange(&m->chunk_state, CHUNK_QUARANTINE);
    [all...]

Completed in 233 milliseconds