Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h75 : pid_(pid), started_(pid > 0), stopper_(stopper) {} in pid_()
91 StopperResult Stop() { return stopper_(this); } in Stop()
104 SubprocessStopper stopper_; variable
Dsubprocess.cpp177 stopper_(subprocess.stopper_) { in Subprocess()
186 stopper_ = other.stopper_; in operator =()