Searched refs:gLocationEventsThread (Results 1 – 1 of 1) sorted by relevance
35 std::thread gLocationEventsThread; variable86 if (gLocationEventsThread.joinable()) { in stopLocationThreads()88 gLocationEventsThread.join(); in stopLocationThreads()115 gLocationEventsThread = std::thread(sendLocationEvents, minIntervalMs); in chrePalControlLocationSession()