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;
193 typedef _Atomic(_Bool) atomic_bool; typedef384 atomic_bool __flag;
139 atomic_bool sending;140 atomic_bool pending;141 atomic_bool update_all;142 atomic_bool input_detected;143 atomic_bool update_pixfmt;
28 using atomic_bool = atomic<bool>; variable
34 static atomic_bool complete = false;
145 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
466 typedef atomic<bool> atomic_bool;
59 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
249 SYMBOL(atomic_bool, std::, <atomic>)250 SYMBOL(atomic_bool, None, <stdatomic.h>)
245 SYMBOL(atomic_bool, None, <stdatomic.h>)
238 std::atomic_bool initialized;