Searched refs:atomic_bool (Results 1 – 9 of 9) sorted by relevance
159 typedef _Atomic(bool) atomic_bool; typedef267 atomic_bool __flag;
170 std::atomic_bool dump_;
176 static std::atomic_bool backtrace_dump_;
59 std::atomic_bool PointerData::backtrace_dump_;
90 using std::atomic_bool;
66 atomic_bool deleted; // Set when the timer is deleted, to prevent further calling of callback.
900 std::atomic_bool stop; in TEST()1181 std::atomic_bool* go = reinterpret_cast<std::atomic_bool*>(data); in SetAllocationLimit()1192 std::atomic_bool go; in SetAllocationLimitMultipleThreads()
202 std::atomic_bool done = false; in TEST()
538 std::atomic_bool running(false); in TEST()