MCPcopy Create free account
hub / github.com/3rdparty/libprocess / timeout

Method timeout

src/process.cpp:4026–4031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4024 }
4025
4026 void timeout()
4027 {
4028 VLOG(3) << "Waiter process timed out waiting for " << pid;
4029 *waited = false;
4030 terminate(self());
4031 }
4032
4033private:
4034 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