Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ IsLockable
Method
IsLockable
lib/base/wait-group.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
bool StoppableWaitGroup::IsLockable() const
31
{
32
return !m_Stopped.load(std::memory_order_relaxed);
33
}
34
35
/**
36
* Disallow new shared locks, wait for all existing ones.
Callers
4
HandleRequest
Method · 0.80
HandleRequest
Method · 0.80
HandleRequest
Method · 0.80
ProcessMessages
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected