Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ trigger
Method
trigger
3rdparty/libprocess/src/latch.cpp:46–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
46
bool Latch::trigger()
47
{
48
bool expected = false;
49
if (triggered.compare_exchange_strong(expected, true)) {
50
terminate(pid);
51
return true;
52
}
53
return false;
54
}
55
56
57
bool Latch::await(const Duration& duration)
Callers
15
AwaitAssertAbandoned
Function · 0.80
awaited
Function · 0.80
expired
Function · 0.80
after
Function · 0.80
synchronized
Method · 0.80
synchronized
Method · 0.80
resume
Method · 0.80
TEST
Function · 0.80
TEST_F
Function · 0.80
bootstrap-table-1.11.1.min.js
File · 0.80
jquery-3.2.1.min.js
File · 0.80
A
Function · 0.80
Calls
1
terminate
Function · 0.70
Tested by
4
AwaitAssertAbandoned
Function · 0.64
resume
Method · 0.64
TEST
Function · 0.64
TEST_F
Function · 0.64