Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
ObjectNameLock::~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
erase
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected