Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h43 static Node *lock(atomic_uintptr_t *p);
44 static void unlock(atomic_uintptr_t *p, Node *s);
54 atomic_uintptr_t tab[kTabSize]; // Hash table of Node's.
77 atomic_uintptr_t *p) { in lock()
93 atomic_uintptr_t *p, Node *s) { in unlock()
105 atomic_uintptr_t *p = &tab[h % kTabSize]; in Put()
150 atomic_uintptr_t *p = &tab[idx]; in Get()
172 atomic_uintptr_t *p = &tab[i]; in UnlockAll()
181 atomic_uintptr_t *p = &tab[i]; in PrintAll()
H A Dsanitizer_tls_get_addr.h43 atomic_uintptr_t next;
49 atomic_uintptr_t dtv_block;
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_libignore.h73 atomic_uintptr_t ignored_ranges_count_;
76 atomic_uintptr_t instrumented_ranges_count_;
H A Dsanitizer_quarantine.h143 atomic_uintptr_t max_size_;
144 atomic_uintptr_t min_size_;
145 atomic_uintptr_t max_cache_size_;
306 atomic_uintptr_t size_;
H A Dsanitizer_atomic_msvc.h113 inline uptr atomic_fetch_add(volatile atomic_uintptr_t *a, in atomic_fetch_add()
134 inline uptr atomic_fetch_sub(volatile atomic_uintptr_t *a, in atomic_fetch_sub()
194 inline bool atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, in atomic_compare_exchange_strong()
H A Dsanitizer_tls_get_addr.cpp42 static atomic_uintptr_t number_of_live_dtls;
52 static DTLS::DTVBlock *DTLS_NextBlock(atomic_uintptr_t *cur) { in DTLS_NextBlock()
H A Dsanitizer_coverage_libcdep_new.cpp132 atomic_uintptr_t* pc_ptr = in TracePcGuard()
133 reinterpret_cast<atomic_uintptr_t*>(&pc_vector[idx - 1]); in TracePcGuard()
H A Dsanitizer_atomic.h55 struct atomic_uintptr_t { struct
H A Dsanitizer_deadlock_detector_interface.h41 atomic_uintptr_t owner;
H A Dsanitizer_allocator_stats.h55 atomic_uintptr_t stats_[AllocatorStatCount];
H A Dsanitizer_allocator_bytemap.h104 atomic_uintptr_t map1_[kSize1];
H A Dsanitizer_addrhashmap.h46 atomic_uintptr_t addr;
60 atomic_uintptr_t add;
H A Dsanitizer_stackdepot.cpp133 atomic_uintptr_t *p = &theDepot.tab[idx]; in StackDepotReverseMap()
/freebsd-13.1/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};
H A Dxray_profiling.cpp43 atomic_uintptr_t Allocators;
44 atomic_uintptr_t FCT;
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp90 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_platform_mac.cpp49 atomic_uintptr_t *a = (atomic_uintptr_t *)dst; in SignalSafeGetOrAllocate()
H A Dtsan_interface_ann.cpp63 atomic_uintptr_t hitcount;
64 atomic_uintptr_t addcount;
154 int *unique_count, int *hit_count, atomic_uintptr_t ExpectRace::*counter) { in CollectMatchedBenignRaces()
H A Dtsan_fd.cpp34 atomic_uintptr_t tab[kTableSizeL1];
76 atomic_uintptr_t *pl1 = &fdctx.tab[fd / kTableSizeL2]; in fddesc()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp163 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-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd.h54 atomic_uintptr_t Precedence; in ALIGNED()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h69 atomic_uintptr_t *signal_thread_is_registered);
H A Dmemprof_interceptors.cpp147 atomic_uintptr_t t;
148 atomic_uintptr_t is_registered;
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp18 static __sanitizer::atomic_uintptr_t caller_pcs[kMaxCallerPcs];

12