Searched refs:atomic_bool (Results 1 – 6 of 6) sorted by relevance
27 std::atomic_bool Start;28 std::atomic_bool KeepRunning;
88 typedef _Atomic(bool) atomic_bool; typedef90 typedef _Atomic(_Bool) atomic_bool; typedef163 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag;
22 std::atomic_bool done = ATOMIC_VAR_INIT(false);
173 std::atomic_bool obj(true); in main()
100 327881 Helgrind: False Positive Warning on std::atomic_bool
477 typedef atomic<bool> atomic_bool;1738 typedef atomic<bool> atomic_bool;