Searched refs:atomic_uintptr_t (Results 1 - 25 of 38) sorted by relevance

12

/external/compiler-rt/lib/esan/
H A Desan_sideline.h56 atomic_uintptr_t SidelineExit;
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_atomic_test.cc79 CheckStoreLoad<atomic_uintptr_t, memory_order_relaxed, memory_order_relaxed>
81 CheckStoreLoad<atomic_uintptr_t, memory_order_consume, memory_order_relaxed>
83 CheckStoreLoad<atomic_uintptr_t, memory_order_acquire, memory_order_relaxed>
85 CheckStoreLoad<atomic_uintptr_t, memory_order_relaxed, memory_order_release>
87 CheckStoreLoad<atomic_uintptr_t, memory_order_seq_cst, memory_order_seq_cst>
124 CheckAtomicCompareExchange<atomic_uintptr_t>();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.h31 atomic_uintptr_t region_pos; // Region allocator for Node's.
32 atomic_uintptr_t region_end;
H A Dsanitizer_stackdepotbase.h41 static Node *lock(atomic_uintptr_t *p);
42 static void unlock(atomic_uintptr_t *p, Node *s);
52 atomic_uintptr_t tab[kTabSize]; // Hash table of Node's.
75 atomic_uintptr_t *p) {
91 atomic_uintptr_t *p, Node *s) {
103 atomic_uintptr_t *p = &tab[h % kTabSize];
148 atomic_uintptr_t *p = &tab[idx];
170 atomic_uintptr_t *p = &tab[i];
H A Dsanitizer_atomic.h51 struct atomic_uintptr_t { struct in namespace:__sanitizer
H A Dsanitizer_libignore.h59 atomic_uintptr_t loaded_count_;
H A Dsanitizer_deadlock_detector_interface.h42 atomic_uintptr_t owner;
H A Dsanitizer_atomic_msvc.h123 INLINE uptr atomic_fetch_add(volatile atomic_uintptr_t *a,
144 INLINE uptr atomic_fetch_sub(volatile atomic_uintptr_t *a,
204 INLINE bool atomic_compare_exchange_strong(volatile atomic_uintptr_t *a,
H A Dsanitizer_quarantine.h78 atomic_uintptr_t max_size_;
79 atomic_uintptr_t min_size_;
167 atomic_uintptr_t size_;
H A Dsanitizer_coverage_libcdep.cc57 static atomic_uintptr_t coverage_counter;
58 static atomic_uintptr_t caller_callee_counter;
138 atomic_uintptr_t pc_array_index;
140 atomic_uintptr_t pc_array_size;
166 atomic_uintptr_t cc_array_index;
167 atomic_uintptr_t cc_array_size;
446 atomic_uintptr_t *atomic_callee_cache =
447 reinterpret_cast<atomic_uintptr_t *>(callee_cache);
H A Dsanitizer_stackdepot.cc141 atomic_uintptr_t *p = &theDepot.tab[idx];
H A Dsanitizer_tls_get_addr.cc42 static atomic_uintptr_t number_of_live_dtls;
H A Dsanitizer_addrhashmap.h47 atomic_uintptr_t addr;
61 atomic_uintptr_t add;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h57 atomic_uintptr_t state_;
H A Dtsan_platform_mac.cc47 atomic_uintptr_t *a = (atomic_uintptr_t *)dst;
H A Dtsan_interface_ann.cc66 atomic_uintptr_t hitcount;
67 atomic_uintptr_t addcount;
159 int *unique_count, int *hit_count, atomic_uintptr_t ExpectRace::*counter) {
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mutex.cc167 atomic_uintptr_t *singleton = (atomic_uintptr_t *)param;
189 atomic_uintptr_t singleton;
210 atomic_uintptr_t flag;
/external/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc163 atomic_uintptr_t *p = (atomic_uintptr_t*)c;
221 atomic_store((atomic_uintptr_t*)c, 0, memory_order_relaxed);
H A Ddd_rtl.cc101 static atomic_uintptr_t id_gen;
/external/libcxx/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp33 // typedef atomic<uintptr_t> atomic_uintptr_t;
64 static_assert((std::is_same<std::atomic<std::uintptr_t>, std::atomic_uintptr_t>::value), "");
H A Dintegral_typedefs.pass.cpp30 // typedef atomic<uintptr_t> atomic_uintptr_t;
65 static_assert((std::is_same<std::atomic<uintptr_t>, std::atomic_uintptr_t>::value), "");
/external/clang/lib/Headers/
H A Dstdatomic.h123 typedef _Atomic(uintptr_t) atomic_uintptr_t; typedef
/external/compiler-rt/lib/asan/
H A Dasan_thread.h67 atomic_uintptr_t *signal_thread_is_registered);
H A Dasan_thread.cc202 reinterpret_cast<atomic_uintptr_t *>(&fake_stack_), &old_val, 1UL,
234 uptr os_id, atomic_uintptr_t *signal_thread_is_registered) {
/external/python/cpython3/Include/
H A Dpyatomic.h33 atomic_uintptr_t _value;

Completed in 953 milliseconds

12