Searched refs:atomic_bool (Results 1 – 10 of 10) sorted by relevance
92 typedef _Atomic(bool) atomic_bool; typedef94 typedef _Atomic(_Bool) atomic_bool; typedef167 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag;
138 atomic_bool sending;139 atomic_bool pending;140 atomic_bool update_all;141 atomic_bool input_detected;142 atomic_bool update_pixfmt;
189 typedef _Atomic(_Bool) atomic_bool; typedef377 atomic_bool __flag;
29 using atomic_bool = atomic<bool>; variable
145 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
466 typedef atomic<bool> atomic_bool;
59 using std::atomic_bool;
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;