Searched refs:latchAll_ (Results 1 – 2 of 2) sorted by relevance
57 …: 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()
102 std::shared_ptr<TinyCountDownLatch> latchAll_; variable