Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4037
private:
4038
const UPID pid;
Callers
5
extend
Method · 0.45
start
Method · 0.45
state
Method · 0.45
synchronized
Function · 0.45
foreach
Function · 0.45
Calls
1
terminate
Function · 0.70
Tested by
no test coverage detected