Home
last modified time | relevance | path

Searched refs:memory_order_seq_cst (Results 1 – 25 of 32) sorted by relevance

12

/third_party/musl/libc-test/src/nativehook/
Druntest.c42 …omic_store_explicit(&ohos_malloc_hook_shared_library, (volatile long long)0, memory_order_seq_cst); in main()
49 …mic_store_explicit(&ohos_malloc_hook_shared_library, (volatile long long)-1, memory_order_seq_cst); in main()
50 …l_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 …mic_store_explicit(&ohos_malloc_hook_shared_library, (volatile long long)-1, memory_order_seq_cst); in main()
59 …l_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 …e_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 …e_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/
Dmusl_preinit.c425 …&ohos_malloc_hook_shared_library, (volatile long long)shared_library_handle, memory_order_seq_cst); in finish_install_ohos_malloc_hooks()
426 …bals.so_dispatch_table, (volatile long long)&globals->malloc_dispatch_table, memory_order_seq_cst); in finish_install_ohos_malloc_hooks()
427 …current_dispatch_table, (volatile long long)&globals->malloc_dispatch_table, memory_order_seq_cst); in finish_install_ohos_malloc_hooks()
434 …_table, (volatile long long)&globals->memleak_tracker_malloc_dispatch_table, memory_order_seq_cst); in finish_install_ohos_malloc_hooks()
435 …_table, (volatile long long)&globals->memleak_tracker_malloc_dispatch_table, memory_order_seq_cst); in finish_install_ohos_malloc_hooks()
470 …alloc_ever_shared_library_handle, (volatile long long)shared_library_handle, memory_order_seq_cst); in install_ohos_malloc_hook()
472 …mleak_ever_shared_library_handle, (volatile long long)shared_library_handle, memory_order_seq_cst); in install_ohos_malloc_hook()
477 …omic_store_explicit(&ohos_malloc_hook_shared_library, (volatile long long)0, memory_order_seq_cst); in install_ohos_malloc_hook()
513 …&__musl_libc_globals.current_dispatch_table, (volatile const long long)NULL, memory_order_seq_cst); in __set_default_malloc()
532 atomic_store_explicit(&__hook_enable_hook_flag, (volatile bool)true, memory_order_seq_cst); in __install_malloc_hook()
[all …]
/third_party/elfutils/lib/
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)
391 atomic_fetch_xor_explicit(object, operand, memory_order_seq_cst)
393 atomic_load_explicit(object, memory_order_seq_cst)
[all …]
/third_party/node/deps/v8/src/base/
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()
217 std::memory_order_seq_cst); in SeqCst_Store()
222 std::memory_order_seq_cst); in SeqCst_Store()
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()
341 std::memory_order_seq_cst); in SeqCst_Load()
Datomic-utils.h241 std::memory_order order = std::memory_order_seq_cst) {
251 std::memory_order order = std::memory_order_seq_cst) {
/third_party/node/deps/v8/src/objects/
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()
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()
Djs-array-buffer-inl.h59 return GetBackingStore()->byte_length(std::memory_order_seq_cst); in GetByteLength()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
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()
DSubzeroReactor.cpp282 case std::memory_order_seq_cst: return Ice::Intrinsics::MemoryOrderSequentiallyConsistent; in stdToIceMemoryOrder()
1392 ASSERT(memoryOrder != std::memory_order_seq_cst); in validateAtomicAndMemoryOrderArgs()
DReactor.cpp4398 memoryOrder == std::memory_order_seq_cst, in Fence()
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
Dbarrier.hpp42 std::atomic_thread_fence(std::memory_order_seq_cst); in memoryBarrier()
/third_party/node/deps/v8/src/heap/cppgc/
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>
Dheap-page.h76 std::atomic_thread_fence(std::memory_order_seq_cst); in SynchronizedStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPrettyStackTrace.cpp133 std::atomic_signal_fence(std::memory_order_seq_cst); in setCrashLogMessage()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_ring.c38 return atomic_load_explicit(ring->shared.status, memory_order_seq_cst); in vn_ring_load_status()
/third_party/python/Include/internal/
Dpycore_atomic.h42 _Py_memory_order_seq_cst = memory_order_seq_cst
/third_party/node/deps/v8/src/codegen/
Dcode-factory.cc399 DCHECK_EQ(order, std::memory_order_seq_cst); in GetTSANStoreStub()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp48078 memory_order_seq_cst enumerator
48177 test_and_set(memory_order __m = memory_order_seq_cst) noexcept in test_and_set()
48183 test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept in test_and_set()
48189 clear(memory_order __m = memory_order_seq_cst) noexcept in clear()
48200 clear(memory_order __m = memory_order_seq_cst) volatile noexcept in clear()
48275 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst); } in operator ++()
48279 { return __atomic_add_fetch(&_M_i, 1, memory_order_seq_cst); } in operator ++()
48283 { return __atomic_sub_fetch(&_M_i, 1, memory_order_seq_cst); } in operator --()
48287 { return __atomic_sub_fetch(&_M_i, 1, memory_order_seq_cst); } in operator --()
48291 { return __atomic_add_fetch(&_M_i, __i, memory_order_seq_cst); } in operator +=()
[all …]
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h217 DCHECK_EQ(order, std::memory_order_seq_cst); in GetTSANStoreStub()
/third_party/node/deps/v8/src/compiler/backend/x64/
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()
/third_party/json/tests/thirdparty/doctest/
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/mesa3d/include/CL/
Dcl.hpp1106 std::atomic_thread_fence(std::memory_order_seq_cst); in fence()
/third_party/python/
Dconfigure.ac5676 int loaded_value = atomic_load_explicit(&int_var, memory_order_seq_cst);
Dconfigure17352 int loaded_value = atomic_load_explicit(&int_var, memory_order_seq_cst);

12