Searched refs:mLoggerThread (Results 1 – 2 of 2) sorted by relevance
57 mLoggerThread = std::thread(&PlatformLog::logLooper, this); in PlatformLog()67 mLoggerThread.join(); in ~PlatformLog()
65 std::thread mLoggerThread; variable