Searched refs:callBackMutex_ (Results 1 – 3 of 3) sorted by relevance
36 std::mutex ConfigSubscriber::callBackMutex_ {};40 std::lock_guard<std::mutex> lock(callBackMutex_); in RegisterTimeEventRelatedCallBack()54 std::lock_guard<std::mutex> lock(callBackMutex_); in UpdateRelatedEventAnalysisCfg()
31 static std::mutex callBackMutex_; variable