Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_kmsg.cpp128 std::lock_guard<decltype(startMtx)> lock(startMtx); in Start()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_kmsg.h50 std::mutex startMtx; variable