Home
last modified time | relevance | path

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

/chre-3.4.0/platform/linux/
Dplatform_log.cc57 mLoggerThread = std::thread(&PlatformLog::logLooper, this); in PlatformLog()
67 mLoggerThread.join(); in ~PlatformLog()
/chre-3.4.0/platform/linux/include/chre/platform/linux/
Dplatform_log.h65 std::thread mLoggerThread; variable