Home
last modified time | relevance | path

Searched refs:atomic_thread_fence (Results 1 – 18 of 18) 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/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/v8/src/base/
Datomicops_internals_portable.h48 std::atomic_thread_fence(std::memory_order_seq_cst); in MemoryBarrier()
/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/libchrome/base/
Datomicops_internals_portable.h61 std::atomic_thread_fence(std::memory_order_seq_cst); in MemoryBarrier()
/external/protobuf/src/google/protobuf/stubs/
Datomicops_internals_pnacl.h61 std::atomic_thread_fence(std::memory_order_seq_cst); in MemoryBarrier()
/external/libcxx/include/
Datomic536 void atomic_thread_fence(memory_order m) noexcept;
1806 atomic_thread_fence(memory_order __m) _NOEXCEPT