/third_party/musl/libc-test/src/nativehook/ |
H A D | runtest.c | 42 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 D | musl_preinit.c | 443 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 D | musl_preinit.c | 457 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 D | stdatomic-fbsd.h | 156 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 D | atomicops.h | 91 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 D | atomic-utils.h | 241 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 D | LLVMReactor.hpp | 133 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 D | SubzeroReactor.cpp | 282 case std::memory_order_seq_cst: return Ice::Intrinsics::MemoryOrderSequentiallyConsistent; in stdToIceMemoryOrder() 1392 ASSERT(memoryOrder != std::memory_order_seq_cst);
|
H A D | Reactor.cpp | 4398 memoryOrder == std::memory_order_seq_cst,
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-array-buffer.cc | 147 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 D | js-array-buffer-inl.h | 59 return GetBackingStore()->byte_length(std::memory_order_seq_cst); in GetByteLength()
|
H A D | backing-store.cc | 720 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 D | barrier.hpp | 42 std::atomic_thread_fence(std::memory_order_seq_cst); in memoryBarrier()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-object-header.h | 144 std::memory_order memory_order = std::memory_order_seq_cst> 147 std::memory_order memory_order = std::memory_order_seq_cst>
|
H A D | heap-page.h | 76 std::atomic_thread_fence(std::memory_order_seq_cst); in SynchronizedStore()
|
/third_party/musl/src/internal/ |
H A D | stdatomic_impl.h | 28 memory_order_seq_cst = __ATOMIC_SEQ_CST
enumerator
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | stdatomic_impl.h | 28 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 D | PrettyStackTrace.cpp | 133 std::atomic_signal_fence(std::memory_order_seq_cst); in setCrashLogMessage()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_ring.c | 38 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 D | code-factory.cc | 399 DCHECK_EQ(order, std::memory_order_seq_cst); in GetTSANStoreStub()
|
/third_party/python/Include/internal/ |
H A D | pycore_atomic.h | 42 _Py_memory_order_seq_cst = memory_order_seq_cst
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-code-manager.h | 217 DCHECK_EQ(order, std::memory_order_seq_cst); in GetTSANStoreStub()
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 3073 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 D | code-generator-x64.cc | 358 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()
|