Searched refs:atomic_bool (Results 1 – 16 of 16) sorted by relevance
32 std::atomic_bool threads_stopped = {};33 std::atomic_bool callback_executed = {};90 std::atomic_bool threads_stopped = {};91 std::atomic_bool callback_executed = {};
74 std::atomic_bool Executed(false); in TEST()76 [](void *Arg) { *static_cast<std::atomic_bool *>(Arg) = true; }, in TEST()
29 std::atomic_bool Start;30 std::atomic_bool KeepRunning;
84 typedef _Atomic(bool) atomic_bool; typedef86 typedef _Atomic(_Bool) atomic_bool; typedef159 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag;
4 %"struct.std::atomic" = type { %"struct.std::atomic_bool" }5 %"struct.std::atomic_bool" = type { %"struct.std::__atomic_base" }
27 std::atomic_bool done(false);
25 std::atomic_bool done(false);
80 std::atomic_bool locked;
34 std::atomic_bool invoked{false};
151 std::atomic_bool Stop; in TEST()
145 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
400 typedef atomic<bool> atomic_bool;2581 typedef atomic<bool> atomic_bool;
164 std::atomic_bool obj(true); in main()
154 static_assert(std::is_same_v<std::atomic<bool>, ::atomic_bool>); in f()
230 std::atomic_bool initialized;
245 SYMBOL(atomic_bool, None, <stdatomic.h>)