Searched refs:atomic_bool (Results 1 – 4 of 4) sorted by relevance
88 typedef _Atomic(bool) atomic_bool; typedef90 typedef _Atomic(_Bool) atomic_bool; typedef163 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag;
175 std::atomic_bool _; in main()176 std::atomic_bool obj(true); in main()
100 327881 Helgrind: False Positive Warning on std::atomic_bool
477 typedef atomic<bool> atomic_bool;1735 typedef atomic<bool> atomic_bool;