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

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd.h54 atomic_uintptr_t Precedence;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h73 atomic_uintptr_t ignored_ranges_count_;
76 atomic_uintptr_t instrumented_ranges_count_;
H A Dsanitizer_persistent_allocator.h30 atomic_uintptr_t region_pos; // Region allocator for Node's.
31 atomic_uintptr_t region_end;
H A Dsanitizer_stackdepotbase.h40 static Node *lock(atomic_uintptr_t *p);
41 static void unlock(atomic_uintptr_t *p, Node *s);
51 atomic_uintptr_t tab[kTabSize]; // Hash table of Node's.
74 atomic_uintptr_t *p) {
90 atomic_uintptr_t *p, Node *s) {
102 atomic_uintptr_t *p = &tab[h % kTabSize];
147 atomic_uintptr_t *p = &tab[idx];
169 atomic_uintptr_t *p = &tab[i];
H A Dsanitizer_atomic.h55 struct atomic_uintptr_t { struct in namespace:__sanitizer
H A Dsanitizer_deadlock_detector_interface.h41 atomic_uintptr_t owner;
H A Dsanitizer_quarantine.h143 atomic_uintptr_t max_size_;
144 atomic_uintptr_t min_size_;
145 atomic_uintptr_t max_cache_size_;
305 atomic_uintptr_t size_;
H A Dsanitizer_atomic_msvc.h113 INLINE uptr atomic_fetch_add(volatile atomic_uintptr_t *a,
134 INLINE uptr atomic_fetch_sub(volatile atomic_uintptr_t *a,
194 INLINE bool atomic_compare_exchange_strong(volatile atomic_uintptr_t *a,
H A Dsanitizer_allocator_bytemap.h104 atomic_uintptr_t map1_[kSize1];
H A Dsanitizer_allocator_stats.h55 atomic_uintptr_t stats_[AllocatorStatCount];
H A Dsanitizer_coverage_libcdep_new.cpp132 atomic_uintptr_t* pc_ptr =
133 reinterpret_cast<atomic_uintptr_t*>(&pc_vector[idx - 1]);
H A Dsanitizer_tls_get_addr.cpp41 static atomic_uintptr_t number_of_live_dtls;
H A Dsanitizer_stackdepot.cpp127 atomic_uintptr_t *p = &theDepot.tab[idx];
H A Dsanitizer_addrhashmap.h46 atomic_uintptr_t addr;
60 atomic_uintptr_t add;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h56 atomic_uintptr_t state_;
H A Dtsan_external.cpp89 atomic_uintptr_t *header_ptr =
90 (atomic_uintptr_t *)&GetTagData((uptr)tag)->header;
H A Dtsan_platform_mac.cpp48 atomic_uintptr_t *a = (atomic_uintptr_t *)dst;
H A Dtsan_interface_ann.cpp66 atomic_uintptr_t hitcount;
67 atomic_uintptr_t addcount;
159 int *unique_count, int *hit_count, atomic_uintptr_t ExpectRace::*counter) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp60 atomic_uintptr_t XRayPatchedFunction{0};
63 atomic_uintptr_t XRayArgLogger{0};
66 atomic_uintptr_t XRayPatchedCustomEvent{0};
69 atomic_uintptr_t XRayPatchedTypedEvent{0};
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp162 atomic_uintptr_t *p = (atomic_uintptr_t*)c;
220 atomic_store((atomic_uintptr_t*)c, 0, memory_order_relaxed);
H A Ddd_rtl.cpp100 static atomic_uintptr_t id_gen;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp18 static __sanitizer::atomic_uintptr_t caller_pcs[kMaxCallerPcs];
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h109 typedef _Atomic(uintptr_t) atomic_uintptr_t; typedef
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h73 atomic_uintptr_t *signal_thread_is_registered);
H A Dasan_thread.cpp205 reinterpret_cast<atomic_uintptr_t *>(&fake_stack_), &old_val, 1UL,
246 tid_t os_id, atomic_uintptr_t *signal_thread_is_registered) {

Completed in 150 milliseconds

12