MCPcopy Create free account
hub / github.com/apache/mesos / exited

Method exited

3rdparty/libprocess/src/process.cpp:4023–4028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4021
4022private:
4023 void exited(const UPID&) override
4024 {
4025 VLOG(3) << "Waiter process waited for " << pid;
4026 *waited = true;
4027 terminate(self());
4028 }
4029
4030 void timeout()
4031 {

Callers

nothing calls this directly

Calls 1

terminateFunction · 0.70

Tested by

no test coverage detected