Home
last modified time | relevance | path

Searched refs:CountDownLatch (Results 1 – 5 of 5) sorted by relevance

/base/location/interfaces/inner_api/include/
Dcommon_utils.h161 class CountDownLatch {
163 CountDownLatch() in CountDownLatch() function
167 ~CountDownLatch() = default;
Dlocator_callback_host.h161 CountDownLatch* latch_;
/base/location/frameworks/location_common/common/source/
Dcommon_utils.cpp203 void CountDownLatch::Wait(int time) in Wait()
214 void CountDownLatch::CountDown() in CountDown()
231 int CountDownLatch::GetCount() in GetCount()
237 void CountDownLatch::SetCount(int count) in SetCount()
/base/location/test/location_common/source/
Dcommon_utils_test.cpp325 auto latch = std::make_shared<CountDownLatch>();
333 auto latch = std::make_shared<CountDownLatch>();
341 auto latch = std::make_shared<CountDownLatch>();
/base/location/frameworks/native/source/
Dlocator_callback_host.cpp51 latch_ = new CountDownLatch(); in InitLatch()