Home
last modified time | relevance | path

Searched refs:m_CommentMutex (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icinga/
H A Dcheckable-comment.cpp42 std::unique_lock<std::mutex> lock(m_CommentMutex); in GetComments()
48 std::unique_lock<std::mutex> lock (m_CommentMutex); in GetLastComment()
62 std::unique_lock<std::mutex> lock(m_CommentMutex); in RegisterComment()
68 std::unique_lock<std::mutex> lock(m_CommentMutex); in UnregisterComment()
H A Dcheckable.hpp230 mutable std::mutex m_CommentMutex; member in icinga::Checkable