Searched defs:atomic_flag_clear_explicit (Results 1 – 2 of 2) sorted by relevance
21 void atomic_flag_clear_explicit(volatile atomic_flag *object, in atomic_flag_clear_explicit() function
181 #define atomic_flag_clear_explicit(object, order) __c11_atomic_store(&(object)->_Value, 0, order) macro