Home
last modified time | relevance | path

Searched defs:atomic_thread_fence (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/lib/builtins/
Datomic_thread_fence.c23 void atomic_thread_fence(memory_order order) { in atomic_thread_fence() function
/external/llvm-project/compiler-rt/lib/builtins/
Datomic_thread_fence.c21 void atomic_thread_fence(memory_order order) { in atomic_thread_fence() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_clang.h42 INLINE void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
Dsanitizer_atomic_msvc.h71 INLINE void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_clang.h41 inline void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
Dsanitizer_atomic_msvc.h61 inline void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Datomic_helpers.h76 inline void atomic_thread_fence(memory_order) { __sync_synchronize(); } in atomic_thread_fence() function
/external/scudo/standalone/
Datomic_helpers.h76 inline void atomic_thread_fence(memory_order) { __sync_synchronize(); } in atomic_thread_fence() function
/external/llvm-project/clang/lib/Headers/
Dstdatomic.h64 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) macro
/external/clang/lib/Headers/
Dstdatomic.h78 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) macro