Home
last modified time | relevance | path

Searched refs:memory_order_seq_cst (Results 1 - 25 of 28) sorted by relevance

12

/third_party/musl/libc-test/src/nativehook/
H A Druntest.c42 atomic_store_explicit(&ohos_malloc_hook_shared_library, (volatile long long)0, memory_order_seq_cst); in main()
49 atomic_store_explicit(&ohos_malloc_hook_shared_library, (volatile long long)-1, memory_order_seq_cst); in main()
50 atomic_store_explicit(&__musl_libc_globals.current_dispatch_table, (volatile const long long)0x95919591, memory_order_seq_cst); in main()
51 atomic_store_explicit(&__hook_enable_hook_flag, (volatile bool)true, memory_order_seq_cst); in main()
58 atomic_store_explicit(&ohos_malloc_hook_shared_library, (volatile long long)-1, memory_order_seq_cst); in main()
59 atomic_store_explicit(&__musl_libc_globals.current_dispatch_table, (volatile const long long)0x95919591, memory_order_seq_cst); in main()
60 atomic_store_explicit(&__hook_enable_hook_flag, (volatile bool)false, memory_order_seq_cst); in main()
67 atomic_store_explicit(&ohos_malloc_hook_shared_library, (volatile long long)0x10319090, memory_order_seq_cst); in main()
68 atomic_store_explicit(&__hook_enable_hook_flag, (volatile bool)true, memory_order_seq_cst); in main()
76 atomic_store_explicit(&ohos_malloc_hook_shared_library, (volatile long long)0x10319090, memory_order_seq_cst); in main()
[all...]
/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_preinit.c443 atomic_store_explicit(&ohos_malloc_hook_shared_library, (volatile long long)shared_library_handle, memory_order_seq_cst); in finish_install_ohos_malloc_hooks()
444 atomic_store_explicit(&__musl_libc_globals.so_dispatch_table, (volatile long long)&globals->malloc_dispatch_table, memory_order_seq_cst); in finish_install_ohos_malloc_hooks()
445 atomic_store_explicit(&__musl_libc_globals.current_dispatch_table, (volatile long long)&globals->malloc_dispatch_table, memory_order_seq_cst); in finish_install_ohos_malloc_hooks()
452 atomic_store_explicit(&__musl_libc_globals.memleak_tracker_so_dispatch_table, (volatile long long)&globals->memleak_tracker_malloc_dispatch_table, memory_order_seq_cst); in finish_install_ohos_malloc_hooks()
453 atomic_store_explicit(&__musl_libc_globals.current_dispatch_table, (volatile long long)&globals->memleak_tracker_malloc_dispatch_table, memory_order_seq_cst); in finish_install_ohos_malloc_hooks()
488 atomic_store_explicit(&ohos_malloc_ever_shared_library_handle, (volatile long long)shared_library_handle, memory_order_seq_cst); in install_ohos_malloc_hook()
490 atomic_store_explicit(&memleak_ever_shared_library_handle, (volatile long long)shared_library_handle, memory_order_seq_cst); in install_ohos_malloc_hook()
495 atomic_store_explicit(&ohos_malloc_hook_shared_library, (volatile long long)0, memory_order_seq_cst); in install_ohos_malloc_hook()
531 atomic_store_explicit(&__musl_libc_globals.current_dispatch_table, (volatile const long long)NULL, memory_order_seq_cst); in __set_default_malloc()
550 atomic_store_explicit(&__hook_enable_hook_flag, (volatile bool)true, memory_order_seq_cst); in __install_malloc_hook()
[all...]
/third_party/musl/src/hook/linux/
H A Dmusl_preinit.c457 atomic_store_explicit(&ohos_malloc_hook_shared_library, (volatile long long)shared_library_handle, memory_order_seq_cst); in finish_install_ohos_malloc_hooks()
458 atomic_store_explicit(&__musl_libc_globals.so_dispatch_table, (volatile long long)&globals->malloc_dispatch_table, memory_order_seq_cst); in finish_install_ohos_malloc_hooks()
459 atomic_store_explicit(&__musl_libc_globals.current_dispatch_table, (volatile long long)&globals->malloc_dispatch_table, memory_order_seq_cst); in finish_install_ohos_malloc_hooks()
466 atomic_store_explicit(&__musl_libc_globals.memleak_tracker_so_dispatch_table, (volatile long long)&globals->memleak_tracker_malloc_dispatch_table, memory_order_seq_cst); in finish_install_ohos_malloc_hooks()
467 atomic_store_explicit(&__musl_libc_globals.current_dispatch_table, (volatile long long)&globals->memleak_tracker_malloc_dispatch_table, memory_order_seq_cst); in finish_install_ohos_malloc_hooks()
502 atomic_store_explicit(&ohos_malloc_ever_shared_library_handle, (volatile long long)shared_library_handle, memory_order_seq_cst); in install_ohos_malloc_hook()
504 atomic_store_explicit(&memleak_ever_shared_library_handle, (volatile long long)shared_library_handle, memory_order_seq_cst); in install_ohos_malloc_hook()
509 atomic_store_explicit(&ohos_malloc_hook_shared_library, (volatile long long)0, memory_order_seq_cst); in install_ohos_malloc_hook()
545 atomic_store_explicit(&__musl_libc_globals.current_dispatch_table, (volatile const long long)NULL, memory_order_seq_cst); in __set_default_malloc()
564 atomic_store_explicit(&__hook_enable_hook_flag, (volatile bool)true, memory_order_seq_cst); in __install_malloc_hook()
[all...]
/third_party/elfutils/lib/
H A Dstdatomic-fbsd.h156 memory_order_seq_cst = __ATOMIC_SEQ_CST enumerator
376 desired, memory_order_seq_cst, memory_order_seq_cst)
379 desired, memory_order_seq_cst, memory_order_seq_cst)
381 atomic_exchange_explicit(object, desired, memory_order_seq_cst)
383 atomic_fetch_add_explicit(object, operand, memory_order_seq_cst)
385 atomic_fetch_and_explicit(object, operand, memory_order_seq_cst)
387 atomic_fetch_or_explicit(object, operand, memory_order_seq_cst)
389 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
[all...]
/third_party/node/deps/v8/src/base/
H A Datomicops.h91 std::atomic_thread_fence(std::memory_order_seq_cst); in SeqCst_MemoryFence()
136 std::memory_order_seq_cst); in SeqCst_AtomicExchange()
212 std::memory_order_seq_cst); in SeqCst_Store() member in v8::base::std
217 std::memory_order_seq_cst); in SeqCst_Store() member in v8::base::std
222 std::memory_order_seq_cst); in SeqCst_Store() member in v8::base::std
252 std::memory_order_seq_cst); in SeqCst_Load()
257 std::memory_order_seq_cst); in SeqCst_Load()
279 std::memory_order_seq_cst); in SeqCst_AtomicExchange()
326 std::memory_order_seq_cst); in SeqCst_Store() member in v8::base::std
341 std::memory_order_seq_cst); in SeqCst_Load()
[all...]
H A Datomic-utils.h241 std::memory_order order = std::memory_order_seq_cst) { in CheckedIncrement()
251 std::memory_order order = std::memory_order_seq_cst) { in CheckedDecrement()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.hpp133 case llvm::AtomicOrdering::SequentiallyConsistent: return std::memory_order_seq_cst; in atomicOrdering()
154 case std::memory_order_seq_cst: return llvm::AtomicOrdering::SequentiallyConsistent; in atomicOrdering()
H A DSubzeroReactor.cpp282 case std::memory_order_seq_cst: return Ice::Intrinsics::MemoryOrderSequentiallyConsistent; in stdToIceMemoryOrder()
1392 ASSERT(memoryOrder != std::memory_order_seq_cst);
H A DReactor.cpp4398 memoryOrder == std::memory_order_seq_cst,
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer.cc147 return buffer.GetBackingStore()->byte_length(std::memory_order_seq_cst); in GsabByteLength()
377 buffer.GetBackingStore()->byte_length(std::memory_order_seq_cst); in LengthTrackingGsabBackedTypedArrayLength()
394 buffer().GetBackingStore()->byte_length(std::memory_order_seq_cst)) { in GetVariableLengthOrOutOfBounds()
398 return (buffer().GetBackingStore()->byte_length(std::memory_order_seq_cst) - in GetVariableLengthOrOutOfBounds()
H A Djs-array-buffer-inl.h59 return GetBackingStore()->byte_length(std::memory_order_seq_cst); in GetByteLength()
H A Dbacking-store.cc720 size_t old_byte_length = byte_length_.load(std::memory_order_seq_cst); in GrowInPlace()
742 std::memory_order_seq_cst)) { in GrowInPlace()
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dbarrier.hpp42 std::atomic_thread_fence(std::memory_order_seq_cst); in memoryBarrier()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-object-header.h144 std::memory_order memory_order = std::memory_order_seq_cst>
147 std::memory_order memory_order = std::memory_order_seq_cst>
H A Dheap-page.h76 std::atomic_thread_fence(std::memory_order_seq_cst); in SynchronizedStore()
/third_party/musl/src/internal/
H A Dstdatomic_impl.h28 memory_order_seq_cst = __ATOMIC_SEQ_CST enumerator
/third_party/musl/porting/linux/user/src/internal/
H A Dstdatomic_impl.h28 memory_order_seq_cst = __ATOMIC_SEQ_CST enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPrettyStackTrace.cpp133 std::atomic_signal_fence(std::memory_order_seq_cst); in setCrashLogMessage()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_ring.c38 return atomic_load_explicit(ring->shared.status, memory_order_seq_cst); in vn_ring_load_status()
/third_party/node/deps/v8/src/codegen/
H A Dcode-factory.cc399 DCHECK_EQ(order, std::memory_order_seq_cst); in GetTSANStoreStub()
/third_party/python/Include/internal/
H A Dpycore_atomic.h42 _Py_memory_order_seq_cst = memory_order_seq_cst
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.h217 DCHECK_EQ(order, std::memory_order_seq_cst); in GetTSANStoreStub()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h3073 T fetch_add(T arg, std::memory_order order = std::memory_order_seq_cst) DOCTEST_NOEXCEPT {
3077 T fetch_sub(T arg, std::memory_order order = std::memory_order_seq_cst) DOCTEST_NOEXCEPT {
3083 T load(std::memory_order order = std::memory_order_seq_cst) const DOCTEST_NOEXCEPT {
3096 void store(T desired, std::memory_order order = std::memory_order_seq_cst) DOCTEST_NOEXCEPT {
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc358 DCHECK_EQ(order, std::memory_order_seq_cst); in EmitStore()
639 order == std::memory_order_seq_cst); in EmitTSANAwareStore()
1045 EmitTSANAwareStore<std::memory_order_seq_cst>( \
1500 EmitTSANAwareStore<std::memory_order_seq_cst>( in AssembleArchInstruction()

Completed in 63 milliseconds

12