MCPcopy 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
23ConfigObjectsSharedLock::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

GetMethod · 0.45

Tested by

no test coverage detected