Searched refs:atomic_store (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.h55 atomic_store(&region_pos, 0, memory_order_relaxed);
59 atomic_store(&region_end, mem + allocsz, memory_order_release);
60 atomic_store(&region_pos, mem, memory_order_release);
H A Dsanitizer_allocator_stats.h35 atomic_store(&stats_[i], v, memory_order_relaxed);
40 atomic_store(&stats_[i], v, memory_order_relaxed);
44 atomic_store(&stats_[i], v, memory_order_relaxed);
H A Dsanitizer_atomic.h81 atomic_store(a, v, memory_order_relaxed);
H A Dsanitizer_mutex.h25 atomic_store(&state_, 0, memory_order_relaxed);
39 atomic_store(&state_, 0, memory_order_release);
100 atomic_store(&state_, kUnlocked, memory_order_relaxed);
H A Dsanitizer_libignore.cpp86 atomic_store(&ignored_ranges_count_, idx + 1, memory_order_release);
115 atomic_store(&instrumented_ranges_count_, idx + 1,
H A Dsanitizer_lfstack.h28 atomic_store(&head_, 0, memory_order_relaxed);
H A Dsanitizer_addrhashmap.h271 atomic_store(&b->add, (uptr)add, memory_order_relaxed);
283 atomic_store(&b->add, (uptr)add1, memory_order_relaxed);
306 atomic_store(&c->addr, h->addr_, memory_order_release);
311 atomic_store(&c->addr, 0, memory_order_release);
321 atomic_store(&c->addr, addr1, memory_order_release);
322 atomic_store(&c1->addr, 0, memory_order_release);
330 atomic_store(&c1->addr, 0, memory_order_relaxed);
H A Dsanitizer_atomic_clang_other.h63 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { function in namespace:__sanitizer
H A Dsanitizer_atomic_clang_x86.h73 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { function in namespace:__sanitizer
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp171 atomic_store(&inst->arg->done, 1, memory_order_relaxed);
228 atomic_store(&tracer_thread_argument->done, 1, memory_order_relaxed);
276 atomic_store(&tracer_thread_argument.done, 0, memory_order_relaxed);
H A Dsanitizer_thread_registry.cpp23 atomic_store(&thread_destroyed, 0, memory_order_release);
48 atomic_store(&thread_destroyed, 1, memory_order_release);
96 atomic_store(&thread_destroyed, 0, memory_order_release);
H A Dsanitizer_allocator_bytemap.h97 atomic_store(&map1_[idx], reinterpret_cast<uptr>(res),
H A Dsanitizer_atomic_clang_mips.h103 INLINE void atomic_store(volatile atomic_uint64_t *ptr, atomic_uint64_t::Type v, function in namespace:__sanitizer
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_recursion_guard.h50 atomic_store(&Running, 0, memory_order_release);
H A Dxray_init.cpp74 atomic_store(&XRayFlagsInitialized, true, memory_order_release);
90 atomic_store(&XRayInitialized, true, memory_order_release);
H A Dxray_profiling.cpp94 atomic_store(&TLD.Allocators, 0, memory_order_release);
132 atomic_store(&TLD.Allocators, Allocators, memory_order_release);
145 atomic_store(&TLD.FCT, FCT, memory_order_release);
219 atomic_store(&ProfilerLogFlushStatus,
263 atomic_store(&ProfilerLogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED,
265 atomic_store(&ProfilerLogStatus, XRayLogInitStatus::XRAY_LOG_UNINITIALIZED,
346 atomic_store(&ProfilerLogStatus, XRayLogInitStatus::XRAY_LOG_FINALIZED,
399 atomic_store(&ProfilerLogStatus,
416 atomic_store(&ProfilerLogStatus,
477 atomic_store(
[all...]
H A Dxray_interface.cpp216 atomic_store(&XRayPatching, false,
244 atomic_store(&XRayPatching, false,
306 atomic_store(&XRayPatching, false,
376 atomic_store(&__xray::XRayPatchedFunction,
388 atomic_store(&__xray::XRayPatchedCustomEvent,
400 atomic_store(&__xray::XRayPatchedTypedEvent,
456 atomic_store(&XRayArgLogger, reinterpret_cast<uint64_t>(entry),
H A Dxray_buffer_queue.cpp115 atomic_store(&BackingStore->RefCount, 1, memory_order_release);
116 atomic_store(&ExtentsBackingStore->RefCount, 1, memory_order_release);
127 atomic_store(Buf.Extents, 0, memory_order_release);
140 atomic_store(&Finalizing, 0, memory_order_release);
212 atomic_store(B->Buff.Extents, atomic_load(Buf.Extents, memory_order_acquire),
H A Dxray_fdr_logging.cpp313 atomic_store(&LoggingStatus, XRayLogInitStatus::XRAY_LOG_UNINITIALIZED,
327 atomic_store(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED,
344 atomic_store(&LogFlushStatus, Result, memory_order_release);
382 atomic_store(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED,
406 atomic_store(&LoggingStatus, XRayLogInitStatus::XRAY_LOG_FINALIZED,
683 atomic_store(&TicksPerSec,
704 atomic_store(&ThresholdTicks,
719 atomic_store(&LoggingStatus, XRayLogInitStatus::XRAY_LOG_INITIALIZED,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h65 atomic_store(&Disabled, 1U, memory_order_release);
69 atomic_store(&Disabled, 0U, memory_order_release);
H A Datomic_helpers.h71 inline void atomic_store(volatile T *A, typename T::Type V, memory_order MO) { function in namespace:scudo
126 atomic_store(A, V, memory_order_relaxed);
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.h60 atomic_store(&lock->cnt, 0);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.cpp22 atomic_store(&malloc_context_size, size, memory_order_release);
H A Dasan_thread.cpp126 atomic_store(&stack_switching_, 1, memory_order_release);
157 atomic_store(&stack_switching_, 0, memory_order_release);
222 atomic_store(&stack_switching_, false, memory_order_release);
250 atomic_store(signal_thread_is_registered, 1, memory_order_release);
/freebsd-11-stable/tools/regression/include/stdatomic/
H A Dlogic.c84 atomic_store(a, v1); \

Completed in 185 milliseconds

1234