Searched refs:NetProbeThread (Results 1 – 1 of 1) sorted by relevance
44 static void NetProbeThread(const std::shared_ptr<ProbeThread> &probeThread) in NetProbeThread() function75 thread_ = std::thread([probeThead] { return NetProbeThread(probeThead);}); in Start()