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

Method timeout

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

Source from the content-addressed store, hash-verified

4028 }
4029
4030 void timeout()
4031 {
4032 VLOG(3) << "Waiter process timed out waiting for " << pid;
4033 *waited = false;
4034 terminate(self());
4035 }
4036
4037private:
4038 const UPID pid;

Callers 5

extendMethod · 0.45
startMethod · 0.45
stateMethod · 0.45
synchronizedFunction · 0.45
foreachFunction · 0.45

Calls 1

terminateFunction · 0.70

Tested by

no test coverage detected