Home
last modified time | relevance | path

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

/xnu-10002.1.13/EXTERNAL_HEADERS/
H A Dstdatomic.h193 bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order);
196 _Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order);
203 #define atomic_flag_test_and_set_explicit(object, order) __c11_atomic_exchange(&(object)->_Value, 1… macro