Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/
Dlog_kmsg.cpp109 logKmsgThread = std::thread ([this]() { in Start()
125 if (logKmsgThread.joinable()) { in Stop()
126 logKmsgThread.join(); in Stop()
/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_kmsg.h48 std::thread logKmsgThread; variable