Searched refs:NetDetectThread (Results 1 – 1 of 1) sorted by relevance
68 static void NetDetectThread(const std::shared_ptr<NetMonitor> &netMonitor) in NetDetectThread() function98 std::thread t([netMonitor] { return NetDetectThread(netMonitor); }); in Start()