Home
last modified time | relevance | path

Searched refs:looper_thread_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dthread_looper.cpp24 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()
Dthread_looper.h80 std::thread looper_thread_; variable