Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dprobe_thread.cpp57 …: netId_(netId), probeType_(probeType), latch_(latch), latchAll_(latchAll), httpProbeUrl_(httpUrl), in ProbeThread()
87 latchAll_->CountDown(); in SendHttpProbe()
95 latchAll_->CountDown(); in SendHttpProbe()
103 latchAll_->CountDown(); in SendHttpProbe()
112 while (latchAll_->GetCount() > 0) { in SendHttpProbe()
113 latchAll_->CountDown(); in SendHttpProbe()
120 if (latchAll_->GetCount() > 0) { in SendHttpProbe()
121 latchAll_->CountDown(); in SendHttpProbe()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dprobe_thread.h102 std::shared_ptr<TinyCountDownLatch> latchAll_; variable