MCPcopy Create free account
hub / github.com/Icinga/icinga2 / DecreasePendingChecks

Method DecreasePendingChecks

lib/icinga/checkable-check.cpp:705–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703}
704
705void Checkable::DecreasePendingChecks()
706{
707 std::unique_lock<std::mutex> lock(m_StatsMutex);
708 m_PendingChecks--;
709 m_PendingChecksCV.notify_one();
710}
711
712int Checkable::GetPendingChecks()
713{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected