Home
last modified time | relevance | path

Searched refs:latch_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dprobe_thread.cpp57 : netId_(netId), probeType_(probeType), latch_(latch), latchAll_(latchAll), httpProbeUrl_(httpUrl), in ProbeThread()
86 latch_->CountDown(); in SendHttpProbe()
94 latch_->CountDown(); in SendHttpProbe()
102 latch_->CountDown(); in SendHttpProbe()
109 while (latch_->GetCount() > 0) { in SendHttpProbe()
110 latch_->CountDown(); in SendHttpProbe()
117 if (latch_->GetCount() > 0) { in SendHttpProbe()
118 latch_->CountDown(); in SendHttpProbe()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dprobe_thread.h101 std::shared_ptr<TinyCountDownLatch> latch_; member in OHOS::NetManagerStandard::ProbeThread

Completed in 1 milliseconds