Searched refs:atomic_bool (Results 1 – 11 of 11) sorted by relevance
95 typedef _Atomic(bool) atomic_bool; typedef97 typedef _Atomic(_Bool) atomic_bool; typedef173 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag;
137 atomic_bool sending;138 atomic_bool pending;139 atomic_bool update_all;140 atomic_bool input_detected;141 atomic_bool update_pixfmt;
190 typedef _Atomic(_Bool) atomic_bool; typedef378 atomic_bool __flag;
28 using atomic_bool = atomic<bool>; variable
34 static atomic_bool complete = false;
42 using std::atomic_bool // see below145 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
466 typedef atomic<bool> atomic_bool;
59 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
238 std::atomic_bool initialized;
245 SYMBOL(atomic_bool, None, <stdatomic.h>)