Home
last modified time | relevance | path

Searched refs:shutting_down_ (Results 1 – 4 of 4) sorted by relevance

/system/iorap/src/common/
Dasync_pool.h29 std::atomic<bool> shutting_down_{false};
40 shutting_down_ = true; in Shutdown()
65 if (shutting_down_) { in Join()
/system/bt/common/
Dmessage_loop_thread.cc46 shutting_down_(false), in MessageLoopThread()
134 if (shutting_down_) { in ShutDown()
138 shutting_down_ = true; in ShutDown()
154 shutting_down_ = false; in ShutDown()
Dmessage_loop_thread.h199 bool shutting_down_; variable
/system/bt/test/mock/
Dmock_common_message_loop_thread.cc46 shutting_down_(false), in MessageLoopThread()
134 if (shutting_down_) { in ShutDown()
138 shutting_down_ = true; in ShutDown()
154 shutting_down_ = false; in ShutDown()