Searched refs:looper_thread_ (Results 1 – 2 of 2) sorted by relevance
24 looper_thread_ = std::thread([this]() { ThreadLoop(); }); in ThreadLooper()118 CHECK(looper_thread_.get_id() != std::this_thread::get_id()) in Stop()125 if (looper_thread_.joinable()) { in Stop()126 looper_thread_.join(); in Stop()
80 std::thread looper_thread_; variable