Home
last modified time | relevance | path

Searched defs:latch (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/test/location_common/source/
H A Dcommon_utils_test.cpp259 auto latch = std::make_shared<CountDownLatch>(); variable
267 auto latch = std::make_shared<CountDownLatch>(); variable
275 auto latch = std::make_shared<CountDownLatch>(); variable
283 auto latch = std::make_shared<CountDownLatch>(); variable
290 auto latch = std::make_shared<CountDownLatch>(); variable
/ohos5.0/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_NU… in SendProbe() local