Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ ConfigObjectsSharedLock
Method
ConfigObjectsSharedLock
lib/remote/configobjectslock.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
ConfigObjectsSharedLock::ConfigObjectsSharedLock(std::try_to_lock_t)
24
: m_Lock(l_ConfigObjectsMutex.Get(), boost::interprocess::try_to_lock)
25
{
26
}
27
28
#endif /* _WIN32 */
29
Callers
nothing calls this directly
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected