Searched refs:logKmsgThread (Results 1 – 2 of 2) sorted by relevance
109 logKmsgThread = std::thread ([this]() { in Start()125 if (logKmsgThread.joinable()) { in Stop()126 logKmsgThread.join(); in Stop()
48 std::thread logKmsgThread; variable