Searched refs:gScanMonitorStatusThread (Results 1 – 1 of 1) sorted by relevance
37 std::thread gScanMonitorStatusThread; variable63 if (gScanMonitorStatusThread.joinable()) { in stopScanMonitorThreads()64 gScanMonitorStatusThread.join(); in stopScanMonitorThreads()76 gScanMonitorStatusThread = std::thread(sendScanMonitorResponse, enable); in chrePalWifiConfigureScanMonitor()