Searched refs:ThreadLoop (Results 1 – 3 of 3) sorted by relevance
24 looper_thread_ = std::thread([this]() { ThreadLoop(); }); in ThreadLooper()84 void ThreadLooper::ThreadLoop() { in ThreadLoop() function in cuttlefish::ThreadLooper
87 void ThreadLoop();
207 [this, boot_events_pipe]() { ThreadLoop(boot_events_pipe); }); in Setup()211 void ThreadLoop(SharedFD boot_events_pipe) { in ThreadLoop() function in cuttlefish::__anon34d9a1830111::CvdBootStateMachine