Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Datomic_thread_fence.c22 #undef atomic_thread_fence
23 void atomic_thread_fence(memory_order order) { in atomic_thread_fence() function
DCMakeLists.txt181 atomic_thread_fence.c)
/external/tensorflow/tensorflow/core/kernels/
Dinitializable_lookup_table.cc30 std::atomic_thread_fence(std::memory_order_acquire); in Find()
64 std::atomic_thread_fence(std::memory_order_release); in Initialize()
Dlookup_table_op.h179 std::atomic_thread_fence(std::memory_order_acquire); in size()
/external/harfbuzz_ng/src/
Dhb-atomic.hh81 #define _hb_memory_barrier() std::atomic_thread_fence(std::memory_order_ack_rel)
82 #define _hb_memory_r_barrier() std::atomic_thread_fence(std::memory_order_acquire)
83 #define _hb_memory_w_barrier() std::atomic_thread_fence(std::memory_order_release)
/external/libcxx/test/std/atomics/atomics.fences/
Datomic_thread_fence.pass.cpp20 std::atomic_thread_fence(std::memory_order_seq_cst); in main()
/external/clang/lib/Headers/
Dstdatomic.h75 void atomic_thread_fence(memory_order);
78 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) macro
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DEventCount.h69 std::atomic_thread_fence(std::memory_order_seq_cst); in Prewait()
132 std::atomic_thread_fence(std::memory_order_seq_cst); in Notify()
/external/compiler-rt/make/platform/
Ddarwin_bni.mk53 atomic_signal_fence atomic_thread_fence \
135 atomic_signal_fence atomic_thread_fence
Dclang_macho_embedded.mk188 atomic_thread_fence
Dclang_darwin.mk183 atomic_thread_fence
/external/compiler-rt/lib/builtins/macho_embedded/
Dcommon.txt91 atomic_thread_fence
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceCuda.h82 std::atomic_thread_fence(std::memory_order_release); in initializeDeviceProp()
89 std::atomic_thread_fence(std::memory_order_acquire); in initializeDeviceProp()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h71 INLINE void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
112 atomic_thread_fence(memory_order_seq_cst); in atomic_store()
Dsanitizer_atomic_clang.h42 INLINE void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
/external/compiler-rt/lib/builtins/Darwin-excludes/
D10.4.txt20 atomic_thread_fence
/external/jemalloc_new/include/jemalloc/internal/
Datomic_c11.h15 #define atomic_fence atomic_thread_fence
/external/v8/src/base/
Datomicops_internals_portable.h49 std::atomic_thread_fence(std::memory_order_seq_cst); in SeqCst_MemoryFence()
Datomicops_internals_std.h28 std::atomic_thread_fence(std::memory_order_seq_cst); in SeqCst_MemoryFence()
/external/clang/test/Sema/
Datomic-ops.c226 atomic_thread_fence(); // expected-error {{too few arguments to function call}} in f()
227 atomic_thread_fence(memory_order_seq_cst); in f()
229 void (*pfn)(memory_order) = &atomic_thread_fence; in f()
/external/protobuf/src/google/protobuf/stubs/
Datomicops_internals_pnacl.h61 std::atomic_thread_fence(std::memory_order_seq_cst); in MemoryBarrier()
/external/libchrome/base/
Datomicops_internals_portable.h61 std::atomic_thread_fence(std::memory_order_seq_cst); in MemoryBarrier()
/external/libchrome/base/android/orderfile/
Dorderfile_instrumentation.cc232 std::atomic_thread_fence(std::memory_order_seq_cst); in Disable()
/external/python/cpython3/Include/
Dpyatomic.h50 atomic_thread_fence(ORDER)
/external/libcxx/include/
Datomic536 void atomic_thread_fence(memory_order m) noexcept;
1819 atomic_thread_fence(memory_order __m) _NOEXCEPT