Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/include/
Dservice_controller.h96 std::mutex m_notifyNewDataMtx; variable
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp508 std::unique_lock<decltype(m_notifyNewDataMtx)> ul(m_notifyNewDataMtx); in HandleOutputRqst()