Searched refs:atomic_bool (Results 1 – 10 of 10) sorted by relevance
46 static std::atomic_bool do_check_;
46 std::atomic_bool Unreachable::do_check_;
181 static std::atomic_bool backtrace_dump_;
59 std::atomic_bool PointerData::backtrace_dump_;
159 typedef _Atomic(bool) atomic_bool; typedef267 atomic_bool __flag;
90 using std::atomic_bool;
66 atomic_bool deleted; // Set when the timer is deleted, to prevent further calling of callback.
668 std::atomic_bool run; in TEST()754 std::atomic_bool running(false); in TEST()
1065 std::atomic_bool stop; in TEST()1341 std::atomic_bool* go = reinterpret_cast<std::atomic_bool*>(data); in SetAllocationLimit()1352 std::atomic_bool go; in SetAllocationLimitMultipleThreads()
203 std::atomic_bool done = false; in TEST()