Home
last modified time | relevance | path

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

12345

/netbsd-src/sys/external/bsd/compiler_rt/dist/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_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_libignore.h74 atomic_uintptr_t ignored_ranges_count_;
77 atomic_uintptr_t instrumented_ranges_count_;
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()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepotbase.h39 static Node *lock(atomic_uintptr_t *p);
40 static void unlock(atomic_uintptr_t *p, Node *s);
50 atomic_uintptr_t tab[kTabSize]; // Hash table of Node's.
73 atomic_uintptr_t *p) { in lock()
89 atomic_uintptr_t *p, Node *s) { in unlock()
101 atomic_uintptr_t *p = &tab[h % kTabSize]; in Put()
146 atomic_uintptr_t *p = &tab[idx]; in Get()
168 atomic_uintptr_t *p = &tab[i]; in UnlockAll()
H A Dsanitizer_persistent_allocator.h29 atomic_uintptr_t region_pos; // Region allocator for Node's.
30 atomic_uintptr_t region_end;
H A Dsanitizer_quarantine.h142 atomic_uintptr_t max_size_;
143 atomic_uintptr_t min_size_;
144 atomic_uintptr_t max_cache_size_;
304 atomic_uintptr_t size_;
H A Dsanitizer_libignore.h72 atomic_uintptr_t ignored_ranges_count_;
75 atomic_uintptr_t instrumented_ranges_count_;
H A Dsanitizer_atomic_msvc.h121 INLINE uptr atomic_fetch_add(volatile atomic_uintptr_t *a, in atomic_fetch_add()
142 INLINE uptr atomic_fetch_sub(volatile atomic_uintptr_t *a, in atomic_fetch_sub()
202 INLINE bool atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, in atomic_compare_exchange_strong()
H A Dsanitizer_coverage_libcdep_new.cc131 atomic_uintptr_t* pc_ptr = in TracePcGuard()
132 reinterpret_cast<atomic_uintptr_t*>(&pc_vector[idx - 1]); in TracePcGuard()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_atomic_test.cc79 CheckStoreLoad<atomic_uintptr_t, memory_order_relaxed, memory_order_relaxed> in TEST()
81 CheckStoreLoad<atomic_uintptr_t, memory_order_consume, memory_order_relaxed> in TEST()
83 CheckStoreLoad<atomic_uintptr_t, memory_order_acquire, memory_order_relaxed> in TEST()
85 CheckStoreLoad<atomic_uintptr_t, memory_order_relaxed, memory_order_release> in TEST()
87 CheckStoreLoad<atomic_uintptr_t, memory_order_seq_cst, memory_order_seq_cst> in TEST()
124 CheckAtomicCompareExchange<atomic_uintptr_t>(); in TEST()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_persistent_allocator.h35 atomic_uintptr_t region_pos; // Region allocator for Node's.
36 atomic_uintptr_t region_end;
37 atomic_uintptr_t mapped_size;
H A Dsanitizer_tls_get_addr.h43 atomic_uintptr_t next;
49 atomic_uintptr_t dtv_block;
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_libignore.h73 atomic_uintptr_t ignored_ranges_count_;
76 atomic_uintptr_t instrumented_ranges_count_;
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()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_mutex.cc167 atomic_uintptr_t *singleton = (atomic_uintptr_t *)param; in singleton_thread()
189 atomic_uintptr_t singleton; in TEST()
210 atomic_uintptr_t flag; in TEST()
/netbsd-src/sys/external/bsd/compiler_rt/dist/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};
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_external.cpp91 atomic_uintptr_t *header_ptr = in __tsan_external_register_header()
92 (atomic_uintptr_t *)&GetTagData((uptr)tag)->header; in __tsan_external_register_header()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_external.cc88 atomic_uintptr_t *header_ptr = in __tsan_external_register_header()
89 (atomic_uintptr_t *)&GetTagData((uptr)tag)->header; in __tsan_external_register_header()
/netbsd-src/sys/external/bsd/compiler_rt/dist/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()
/netbsd-src/sys/external/bsd/compiler_rt/dist/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()

12345