Home
last modified time | relevance | path

Searched defs:stopper (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h175 Command& SetStopper(SubprocessStopper stopper) & { in SetStopper()
179 Command SetStopper(SubprocessStopper stopper) && { in SetStopper()
Dsubprocess.cpp210 Command::Command(std::string executable, SubprocessStopper stopper) in Command()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dstreamer.cpp236 auto stopper = [host_socket = std::move(host_socket_)](Subprocess* proc) { in Commands() local