Searched refs:atomic_flag (Results 1 – 1 of 1) sorted by relevance
185 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag; typedef192 bool atomic_flag_test_and_set(volatile atomic_flag *);193 bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order);195 _Bool atomic_flag_test_and_set(volatile atomic_flag *);196 _Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order);198 void atomic_flag_clear(volatile atomic_flag *);199 void atomic_flag_clear_explicit(volatile atomic_flag *, memory_order);