Searched refs:atomic_bool (Results 1 – 15 of 15) 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;
28 using atomic_bool = atomic<bool>; variable
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;
29 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;
150 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
59 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
286 SYMBOL(atomic_bool, std::, <atomic>)287 SYMBOL(atomic_bool, None, <atomic>)288 SYMBOL(atomic_bool, None, <stdatomic.h>)
245 SYMBOL(atomic_bool, None, <stdatomic.h>)
238 std::atomic_bool initialized;