Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/adapter/service/idl/include/
Dhiview_log_config_manager.h42 std::mutex logMutex; variable
/base/hiviewdfx/hiview/adapter/service/idl/src/
Dhiview_log_config_manager.cpp63 std::lock_guard<std::mutex> lock(logMutex); in GetConfigInfoByType()