HomeSort by relevance Sort by last modified time
    Searched refs:atomic_uintptr_t (Results 26 - 28 of 28) sorted by null

12

  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 815 atomic_uintptr_t tid;
939 atomic_uintptr_t *p = (atomic_uintptr_t*)c;
1025 atomic_store((atomic_uintptr_t*)c, 0, memory_order_relaxed);
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 43 using __sanitizer::atomic_uintptr_t;
969 static atomic_uintptr_t sigactions[kMaxSignals];
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 237 atomic_uintptr_t stats_[AllocatorStatCount];
656 atomic_uintptr_t map1_[kSize1];
    [all...]

Completed in 839 milliseconds

12