Searched defs:atomic_flag_clear (Results 1 – 5 of 5) sorted by relevance
21 void atomic_flag_clear(volatile atomic_flag *object) { in atomic_flag_clear() function
23 void atomic_flag_clear(volatile atomic_flag *object) { in atomic_flag_clear() function
167 #define atomic_flag_clear(object) __c11_atomic_store(&(object)->_Value, 0, __ATOMIC_SEQ_CST) macro
181 #define atomic_flag_clear(object) __c11_atomic_store(&(object)->_Value, 0, __ATOMIC_SEQ_CST) macro
435 atomic_flag_clear(volatile atomic_flag *__object) in atomic_flag_clear() function