Searched refs:commonEventStateLock_ (Results 1 – 2 of 2) sorted by relevance
55 std::lock_guard<std::mutex> autoLock(commonEventStateLock_); in RemoveWhiteCommonEvent()123 std::lock_guard<std::mutex> autoLock(commonEventStateLock_); in InitCommonEventState()134 std::lock_guard<std::mutex> autoLock(commonEventStateLock_); in Init()250 std::lock_guard<std::mutex> autoLock(commonEventStateLock_); in SaveAction()276 std::lock_guard<std::mutex> autoLock(commonEventStateLock_); in CheckCondition()376 std::lock_guard<std::mutex> autoLock(commonEventStateLock_); in SaveOnDemandConditionExtraData()
73 std::mutex commonEventStateLock_; variable