Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h199 Command& SetStopper(SubprocessStopper stopper) & { in SetStopper() function
203 Command SetStopper(SubprocessStopper stopper) && { in SetStopper() function
204 return std::move(SetStopper(std::move(stopper))); in SetStopper()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_builder.cpp69 command_.SetStopper(KillSubprocessFallback(stopper)); in AddControlSocket()
Dcrosvm_manager.cpp231 gpu_device_logs_cmd.SetStopper(KillSubprocessFallback([](Subprocess* proc) { in BuildVhostUserGpu()
702 crosvm_log_tee_cmd.SetStopper(KillSubprocessFallback([](Subprocess* proc) { in StartCommands()