Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.h82 atomic_uintptr_t total_frames_ = {};
85 atomic_uintptr_t allocated_ = {};
89 atomic_uintptr_t data_;
H A Dsanitizer_tls_get_addr.h51 atomic_uintptr_t next;
57 atomic_uintptr_t dtv_block;
H A Dsanitizer_libignore.h73 atomic_uintptr_t ignored_ranges_count_;
76 atomic_uintptr_t instrumented_ranges_count_;
H A Dsanitizer_quarantine.h138 atomic_uintptr_t max_size_;
139 atomic_uintptr_t min_size_;
140 atomic_uintptr_t max_cache_size_;
301 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.cpp36 static atomic_uintptr_t number_of_live_dtls;
46 static DTLS::DTVBlock *DTLS_NextBlock(atomic_uintptr_t *cur) { in DTLS_NextBlock()
H A Dsanitizer_atomic.h67 struct atomic_uintptr_t { struct
H A Dsanitizer_coverage_libcdep_new.cpp134 atomic_uintptr_t* pc_ptr = in TracePcGuard()
135 reinterpret_cast<atomic_uintptr_t*>(&pc_vector[idx - 1]); in TracePcGuard()
H A Dsanitizer_deadlock_detector_interface.h41 atomic_uintptr_t owner;
H A Dsanitizer_allocator_stats.h49 atomic_uintptr_t stats_[AllocatorStatCount];
H A Dsanitizer_flat_map.h155 mutable atomic_uintptr_t map1_[kSize1];
H A Dsanitizer_addrhashmap.h51 atomic_uintptr_t addr;
65 atomic_uintptr_t add;
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp64 atomic_uintptr_t XRayPatchedFunction{0};
67 atomic_uintptr_t XRayArgLogger{0};
70 atomic_uintptr_t XRayPatchedCustomEvent{0};
73 atomic_uintptr_t XRayPatchedTypedEvent{0};
H A Dxray_profiling.cpp43 atomic_uintptr_t Allocators;
44 atomic_uintptr_t FCT;
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp98 atomic_uintptr_t *header_ptr = in __tsan_external_register_header()
99 (atomic_uintptr_t *)&GetTagData((uptr)tag)->header; in __tsan_external_register_header()
H A Dtsan_fd.cpp34 atomic_uintptr_t aux_sync; // FdSync*
41 atomic_uintptr_t tab[kTableSizeL1];
83 atomic_uintptr_t *pl1 = &fdctx.tab[fd / kTableSizeL2]; in fddesc()
H A Dtsan_rtl.h168 atomic_uintptr_t trace_pos;
195 atomic_uintptr_t in_blocking_func;
222 atomic_uintptr_t in_signal_handler;
223 atomic_uintptr_t signal_ctx;
H A Dtsan_interface_ann.cpp62 atomic_uintptr_t hitcount;
63 atomic_uintptr_t addcount;
/freebsd/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()
H A Ddd_rtl.cpp100 static atomic_uintptr_t id_gen; in ThreadInit()
/freebsd/tools/test/stress2/misc/
H A Dvm_reserv_populate.sh87 struct atomic_uintptr_t {
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp120 atomic_uintptr_t t;
121 atomic_uintptr_t is_registered;
H A Dmemprof_thread.h69 atomic_uintptr_t *signal_thread_is_registered);
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h77 using atomic_uintptr_t = atomic<uintptr_t>; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp18 static __sanitizer::atomic_uintptr_t caller_pcs[kMaxCallerPcs];

123