Home
last modified time | relevance | path

Searched refs:atomic_thread_fence (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-atomic.hh83 #define _hb_memory_barrier() std::atomic_thread_fence(std::memory_order_ack_rel)
84 #define _hb_memory_r_barrier() std::atomic_thread_fence(std::memory_order_acquire)
85 #define _hb_memory_w_barrier() std::atomic_thread_fence(std::memory_order_release)
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dsequence_lock.h88 std::atomic_thread_fence(std::memory_order_acquire); in TryRead()
101 // are extenally synchronized. The std::atomic_thread_fence below in Write()
113 std::atomic_thread_fence(std::memory_order_release); in Write()
/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/skia/third_party/externals/dawn/src/common/
H A DRefCounted.cpp71 std::atomic_thread_fence(std::memory_order_acquire); in Release()
/third_party/node/deps/openssl/openssl/include/internal/
H A Drefcount.h52 atomic_thread_fence(memory_order_acquire); in CRYPTO_DOWN_REF()
/third_party/openssl/include/internal/
H A Drefcount.h52 atomic_thread_fence(memory_order_acquire); in CRYPTO_DOWN_REF()
/third_party/openssl/ohos_lite/include/internal/
H A Drefcount.h52 atomic_thread_fence(memory_order_acquire); in CRYPTO_DOWN_REF()
/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h41 #define atomic_thread_fence(order) \ macro
/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h38 #define atomic_thread_fence(order) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
H A Dstdatomic.h38 #define atomic_thread_fence(order) \ macro
/third_party/ffmpeg/compat/atomics/pthread/
H A Dstdatomic.h85 static inline void atomic_thread_fence(int order) in atomic_thread_fence() function
/third_party/ffmpeg/compat/atomics/dummy/
H A Dstdatomic.h40 #define atomic_thread_fence(order) \ macro
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dclock.cc123 std::atomic_thread_fence(std::memory_order_release);
337 std::atomic_thread_fence(std::memory_order_acquire);
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_common.h251 atomic_thread_fence(memory_order_acquire); in vn_refcount_dec()
/third_party/node/deps/v8/src/base/platform/
H A Dtime.cc628 std::atomic_thread_fence(std::memory_order_acquire); in QPCValueToTimeDelta()
683 std::atomic_thread_fence(std::memory_order_release); in InitializeTimeTicksNowFunctionPointer()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-page.h67 // are allocated. std::atomic_thread_fence is sufficient in practice but is
76 std::atomic_thread_fence(std::memory_order_seq_cst); in SynchronizedStore()
/third_party/node/deps/v8/src/base/
H A Datomicops.h91 std::atomic_thread_fence(std::memory_order_seq_cst); in SeqCst_MemoryFence()
/third_party/python/Include/internal/
H A Dpycore_atomic.h57 atomic_thread_fence(ORDER)
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_shared.hpp163 std::atomic_thread_fence( std::memory_order_acquire ); in ~SharedHandleBase()
/third_party/mesa3d/include/CL/
H A Dcl.hpp1106 std::atomic_thread_fence(std::memory_order_seq_cst); in fence()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp6487 # include <atomic> // atomic_thread_fence
6517 std::atomic_thread_fence(std::memory_order_seq_cst);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 70 milliseconds