Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsocket2socket_proxy.cpp48 : started_(other.started_), in ProxyPair()
52 if (other.started_) { in ProxyPair()
70 if (started_) { in Start()
73 started_ = true; in Start()
104 bool started_; member in cuttlefish::__anon0a269dfb0111::ProxyPair
Dsubprocess.cpp176 started_(subprocess.started_), in Subprocess()
180 subprocess.started_ = false; in Subprocess()
185 started_ = other.started_; in operator =()
189 other.started_ = false; in operator =()
264 CF_EXPECT(SendSignalImpl(signal, pid_, /* to_group */ false, started_)); in SendSignal()
269 CF_EXPECT(SendSignalImpl(signal, pid_, /* to_group */ true, started_)); in SendSignalToGroup()
Dsubprocess.h75 : pid_(pid), started_(pid > 0), stopper_(stopper) {} in pid_()
89 bool Started() const { return started_; } in Started()
103 bool started_ = false; variable