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

123

/openbsd-current/gnu/llvm/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);
106 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_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_interface.cpp246 atomic_store(&XRayPatching, false,
274 atomic_store(&XRayPatching, false,
337 atomic_store(&XRayPatching, false,
409 atomic_store(&__xray::XRayPatchedFunction,
421 atomic_store(&__xray::XRayPatchedCustomEvent,
433 atomic_store(&__xray::XRayPatchedTypedEvent,
489 atomic_store(&XRayArgLogger, reinterpret_cast<uint64_t>(entry),
H A Dxray_fdr_logging.cpp312 atomic_store(&LoggingStatus, XRayLogInitStatus::XRAY_LOG_UNINITIALIZED,
326 atomic_store(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED,
343 atomic_store(&LogFlushStatus, Result, memory_order_release);
381 atomic_store(&LogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED,
405 atomic_store(&LoggingStatus, XRayLogInitStatus::XRAY_LOG_FINALIZED,
682 atomic_store(&TicksPerSec,
703 atomic_store(&ThresholdTicks,
718 atomic_store(&LoggingStatus, XRayLogInitStatus::XRAY_LOG_INITIALIZED,
H A Dxray_basic_logging.cpp95 atomic_store(&CycleFrequency, getTSCFrequency(), memory_order_release);
386 atomic_store(&UseRealTSC, probeRequiredCPUFeatures(), memory_order_release);
388 atomic_store(&TicksPerSec,
423 atomic_store(&ThresholdTicks,
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
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_allocator.cpp43 atomic_store(&internal_allocator_initialized, 1, memory_order_release);
190 atomic_store(&allocator_may_return_null, may_return_null,
206 atomic_store(&rss_limit_exceeded, limit_exceeded, 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_atomic_clang_other.h60 inline void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { function in namespace:__sanitizer
H A Dsanitizer_addrhashmap.h310 atomic_store(&b->add, (uptr)add, memory_order_relaxed);
322 atomic_store(&b->add, (uptr)add1, memory_order_relaxed);
346 atomic_store(&c->addr, h->addr_, memory_order_release);
351 atomic_store(&c->addr, 0, memory_order_release);
361 atomic_store(&c->addr, addr1, memory_order_release);
362 atomic_store(&c1->addr, 0, memory_order_release);
370 atomic_store(&c1->addr, 0, memory_order_relaxed);
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_stackdepot.cpp133 atomic_store(&run_, 1, memory_order_release);
168 atomic_store(&run_, 0, memory_order_release);
179 atomic_store(&run_, 0, memory_order_release);
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_atomic_clang_mips.h103 inline void atomic_store(volatile atomic_uint64_t *ptr, atomic_uint64_t::Type v, function in namespace:__sanitizer
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_stack.cpp22 atomic_store(&malloc_context_size, size, memory_order_release);
H A Dmemprof_interceptors.cpp165 atomic_store(&param.t, 0, memory_order_relaxed);
166 atomic_store(&param.is_registered, 0, memory_order_relaxed);
179 atomic_store(&param.t, reinterpret_cast<uptr>(t), memory_order_release);
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_stack.cpp22 atomic_store(&malloc_context_size, size, memory_order_release);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp59 atomic_store(&s->rc, 1, memory_order_relaxed);
113 atomic_store(&d->aux_sync, 0, memory_order_relaxed);
140 atomic_store(&fdctx.globsync.rc, (u64)-1, memory_order_relaxed);
141 atomic_store(&fdctx.filesync.rc, (u64)-1, memory_order_relaxed);
142 atomic_store(&fdctx.socksync.rc, (u64)-1, memory_order_relaxed);
247 atomic_store(&d->aux_sync, 0, memory_order_relaxed);
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h71 inline void atomic_store(volatile T *A, typename T::Type V, memory_order MO) { function in namespace:scudo
132 atomic_store(A, V, memory_order_relaxed);
H A Dtsd_exclusive.h81 atomic_store(&Disabled, 1U, memory_order_release);
85 atomic_store(&Disabled, 0U, memory_order_release);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp358 atomic_store(&impl->event, 0, __tsan::memory_order_release);
362 atomic_store(&impl->event, 0, __tsan::memory_order_release);
373 atomic_store(&event, (uintptr_t)e, __tsan::memory_order_release);
383 atomic_store(&impl_->event, 0, __tsan::memory_order_relaxed);

Completed in 312 milliseconds

123