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

/external/libcxx/test/atomics/atomics.fences/
H A Datomic_thread_fence.pass.cpp12 // void atomic_thread_fence(memory_order m);
18 std::atomic_thread_fence(std::memory_order_seq_cst);
H A DAndroid.mk23 test_name := atomics/atomics.fences/atomic_thread_fence
24 test_src := atomic_thread_fence.pass.cpp
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h42 INLINE void atomic_thread_fence(memory_order) { function in namespace:__sanitizer
H A Dsanitizer_atomic_msvc.h58 INLINE void atomic_thread_fence(memory_order) { function in namespace:__sanitizer
99 atomic_thread_fence(memory_order_seq_cst);

Completed in 66 milliseconds