Searched refs:atomic_flag_test_and_set_explicit (Results 1 – 1 of 1) sorted by relevance
193 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