Home
last modified time | relevance | path

Searched refs:atomic_uintptr_t (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
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) { in lock()
91 atomic_uintptr_t *p, Node *s) { in unlock()
103 atomic_uintptr_t *p = &tab[h % kTabSize]; in Put()
148 atomic_uintptr_t *p = &tab[idx]; in Get()
170 atomic_uintptr_t *p = &tab[i]; in UnlockAll()
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_libignore.h74 atomic_uintptr_t ignored_ranges_count_;
77 atomic_uintptr_t instrumented_ranges_count_;
H A Dsanitizer_quarantine.h144 atomic_uintptr_t max_size_;
145 atomic_uintptr_t min_size_;
146 atomic_uintptr_t max_cache_size_;
306 atomic_uintptr_t size_;
H A Dsanitizer_atomic_msvc.h123 INLINE uptr atomic_fetch_add(volatile atomic_uintptr_t *a, in atomic_fetch_add()
144 INLINE uptr atomic_fetch_sub(volatile atomic_uintptr_t *a, in atomic_fetch_sub()
204 INLINE bool atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, in atomic_compare_exchange_strong()
H A Dsanitizer_coverage_libcdep_new.cc133 atomic_uintptr_t* pc_ptr = in TracePcGuard()
134 reinterpret_cast<atomic_uintptr_t*>(&pc_vector[idx - 1]); in TracePcGuard()
H A Dsanitizer_atomic.h56 struct atomic_uintptr_t { struct
H A Dsanitizer_deadlock_detector_interface.h42 atomic_uintptr_t owner;
H A Dsanitizer_allocator_stats.h56 atomic_uintptr_t stats_[AllocatorStatCount];
H A Dsanitizer_addrhashmap.h47 atomic_uintptr_t addr;
61 atomic_uintptr_t add;
H A Dsanitizer_allocator_bytemap.h105 atomic_uintptr_t map1_[kSize1];
H A Dsanitizer_tls_get_addr.cc42 static atomic_uintptr_t number_of_live_dtls;
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_interface.cc61 atomic_uintptr_t XRayPatchedFunction{0};
64 atomic_uintptr_t XRayArgLogger{0};
67 atomic_uintptr_t XRayPatchedCustomEvent{0};
70 atomic_uintptr_t XRayPatchedTypedEvent{0};
H A Dxray_profiling.cc44 atomic_uintptr_t Allocators;
45 atomic_uintptr_t FCT;
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cc90 atomic_uintptr_t *header_ptr = in __tsan_external_register_header()
91 (atomic_uintptr_t *)&GetTagData((uptr)tag)->header; in __tsan_external_register_header()
H A Dtsan_mutex.h57 atomic_uintptr_t state_;
H A Dtsan_platform_mac.cc49 atomic_uintptr_t *a = (atomic_uintptr_t *)dst; in SignalSafeGetOrAllocate()
H A Dtsan_interface_ann.cc67 atomic_uintptr_t hitcount;
68 atomic_uintptr_t addcount;
160 int *unique_count, int *hit_count, atomic_uintptr_t ExpectRace::*counter) { in CollectMatchedBenignRaces()
H A Dtsan_fd.cc35 atomic_uintptr_t tab[kTableSizeL1];
77 atomic_uintptr_t *pl1 = &fdctx.tab[fd / kTableSizeL2]; in fddesc()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc163 atomic_uintptr_t *p = (atomic_uintptr_t*)c; in init_cond()
221 atomic_store((atomic_uintptr_t*)c, 0, memory_order_relaxed); in INTERCEPTOR()
/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan_sideline.h59 atomic_uintptr_t SidelineExit;
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_tsd.h55 atomic_uintptr_t Precedence; in ALIGNED()
/freebsd-12.1/contrib/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cc18 static __sanitizer::atomic_uintptr_t caller_pcs[kMaxCallerPcs];
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_thread.h74 atomic_uintptr_t *signal_thread_is_registered);
H A Dasan_thread.cc206 reinterpret_cast<atomic_uintptr_t *>(&fake_stack_), &old_val, 1UL, in AsyncSignalSafeLazyInitFakeStack()
247 tid_t os_id, atomic_uintptr_t *signal_thread_is_registered) { in ThreadStart()

12