MCPcopy Create free account
hub / github.com/Icinga/icinga2 / ~ObjectNameLock

Method ~ObjectNameLock

lib/remote/configobjectslock.cpp:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55ObjectNameLock::~ObjectNameLock()
56{
57 {
58 std::unique_lock<std::mutex> lock(m_Mutex);
59 m_LockedObjectNames[m_Type.get()].erase(m_ObjectName);
60 }
61 m_CV.notify_all();
62}

Callers

nothing calls this directly

Calls 2

eraseMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected