Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_kmsg.cpp130 logKmsgThread = std::thread ([this]() { in Start()
146 if (logKmsgThread.joinable()) { in Stop()
147 logKmsgThread.join(); in Stop()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_kmsg.h48 std::thread logKmsgThread; variable