Searched refs:loopThread_ (Results 1 – 3 of 3) sorted by relevance
79 loopThread_ = std::thread{[this] { this->Loop(); }}; in Start()90 if (loopThread_.joinable()) { in Stop()91 loopThread_.join(); in Stop()137 std::thread loopThread_; variable
163 if (loopThread_ != std::thread::id()) { in Run()167 loopThread_ = std::this_thread::get_id(); in Run()305 if (loopThread_ == std::thread::id()) { in IsInLoopThread()310 return std::this_thread::get_id() == loopThread_; in IsInLoopThread()
82 std::thread::id loopThread_; variable