Home
last modified time | relevance | path

Searched refs:ThreadLoop (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dthread_looper.cpp24 looper_thread_ = std::thread([this]() { ThreadLoop(); }); in ThreadLooper()
84 void ThreadLooper::ThreadLoop() { in ThreadLoop() function in cuttlefish::ThreadLooper
Dthread_looper.h87 void ThreadLoop();
/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc207 [this, boot_events_pipe]() { ThreadLoop(boot_events_pipe); }); in Setup()
211 void ThreadLoop(SharedFD boot_events_pipe) { in ThreadLoop() function in cuttlefish::__anon34d9a1830111::CvdBootStateMachine