Home
last modified time | relevance | path

Searched refs:TinyCountDownLatch (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dtiny_count_down_latch.cpp21 TinyCountDownLatch::TinyCountDownLatch(int32_t count) : count_(count) {} in TinyCountDownLatch() function in OHOS::NetManagerStandard::TinyCountDownLatch
23 void TinyCountDownLatch::CountDown() in CountDown()
34 void TinyCountDownLatch::Await() in Await()
42 int32_t TinyCountDownLatch::GetCount() in GetCount()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dprobe_thread_test.cpp31 std::shared_ptr<TinyCountDownLatch> latch = std::make_shared<TinyCountDownLatch>(2);
32 std::shared_ptr<TinyCountDownLatch> latchAll = std::make_shared<TinyCountDownLatch>(4);
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dprobe_thread.h40 std::shared_ptr<TinyCountDownLatch> latch, std::shared_ptr<TinyCountDownLatch> latchAll,
101 std::shared_ptr<TinyCountDownLatch> latch_;
102 std::shared_ptr<TinyCountDownLatch> latchAll_;
/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dtiny_count_down_latch.h26 class TinyCountDownLatch { class
28 explicit TinyCountDownLatch(int32_t count);
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dprobe_thread.cpp55 std::shared_ptr<TinyCountDownLatch> latch, std::shared_ptr<TinyCountDownLatch> latchAll, in ProbeThread()
H A Dnet_monitor.cpp168 std::shared_ptr<TinyCountDownLatch> latch = std::make_shared<TinyCountDownLatch>(ONE_URL_DETECT_NUM); in SendProbe()
169 std::shared_ptr<TinyCountDownLatch> latchAll = std::make_shared<TinyCountDownLatch>(ALL_DETECT_THREAD_NUM); in SendProbe()

Completed in 3 milliseconds