Searched defs:atomic_thread_fence (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Datomic_thread_fence.c20 #undef atomic_thread_fence macro
21 void atomic_thread_fence(memory_order order) { function
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h41 inline void atomic_thread_fence(memory_order) { function in namespace:__sanitizer
H A Dsanitizer_atomic_msvc.h61 inline void atomic_thread_fence(memory_order) { function in namespace:__sanitizer
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h76 inline void atomic_thread_fence(memory_order) { __sync_synchronize(); } function in namespace:scudo
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dstdatomic.h77 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) macro

Completed in 183 milliseconds