Home
last modified time | relevance | path

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

/chre-3.4.0/platform/linux/
Dpal_wifi.cc34 std::thread gScanEventsThread; variable
57 if (gScanEventsThread.joinable()) { in stopScanEventThreads()
58 gScanEventsThread.join(); in stopScanEventThreads()
84 gScanEventsThread = std::thread(sendScanResponse); in chrePalWifiApiRequestScan()