Searched refs:probeThead (Results 1 – 1 of 1) sorted by relevance
74 std::shared_ptr<ProbeThread> probeThead = shared_from_this(); in Start() local75 thread_ = std::thread([probeThead] { return NetProbeThread(probeThead);}); in Start()