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