Home
last modified time | relevance | path

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

/xnu-8796.121.2/tests/counter/
H A Dcounter.c71 atomic_thread_fence(memory_order_release); in background_scalable_counter_thread()
163 atomic_thread_fence(memory_order_acquire);
/xnu-8796.121.2/EXTERNAL_HEADERS/
H A Dstdatomic.h80 void atomic_thread_fence(memory_order);
84 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) macro
/xnu-8796.121.2/libkern/os/
H A Datomic_private_impl.h209 os_atomic_std(atomic_thread_fence)(_os_rel_fence_##m)
211 os_atomic_std(atomic_thread_fence)(_os_acq_fence_##m)
H A Datomic_private.h228 os_atomic_std(atomic_thread_fence)(_os_atomic_mo_##m##_smp); \
/xnu-8796.121.2/doc/
H A Datomics.md155 according to the semantics of `atomic_thread_fence()`. It always
/xnu-8796.121.2/osfmk/kern/
H A Dsched_prim.c6375 atomic_thread_fence(memory_order_acquire); in processor_idle()
6420 atomic_thread_fence(memory_order_acquire); in processor_idle()