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