Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4033
private:
4034
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