Searched defs:atomic_flag (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Headers/
H A Dstdatomic.h163 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag; typedef in typeref:struct:atomic_flag
169 bool atomic_flag_test_and_set(volatile atomic_flag *);
170 bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order);
172 _Bool atomic_flag_test_and_set(volatile atomic_flag *);
173 _Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order);
175 void atomic_flag_clear(volatile atomic_flag *);
176 void atomic_flag_clear_explicit(volatile atomic_flag *, memory_order);

Completed in 94 milliseconds