Home
last modified time | relevance | path

Searched refs:SemaphoreUtils (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dsemaphore_utils.cpp26 SemaphoreUtils::SemaphoreUtils(int count) in SemaphoreUtils() function in DistributedDB::SemaphoreUtils
30 SemaphoreUtils::~SemaphoreUtils() in ~SemaphoreUtils()
33 bool SemaphoreUtils::WaitSemaphore(int waitSecond) in WaitSemaphore()
44 void SemaphoreUtils::WaitSemaphore() in WaitSemaphore()
51 void SemaphoreUtils::SendSemaphore() in SendSemaphore()
58 bool SemaphoreUtils::CompareCount() const in CompareCount()
H A Dauto_launch.cpp590 SemaphoreUtils &sema) in GetConnInDoOpenMapInner()
627 SemaphoreUtils sema(1 - totalSize); in GetConnInDoOpenMap()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dsemaphore_utils.h24 class SemaphoreUtils {
26 explicit SemaphoreUtils(int count);
27 ~SemaphoreUtils();
30 DISABLE_COPY_ASSIGN_MOVE(SemaphoreUtils);
H A Dauto_launch.h138 SemaphoreUtils &sema);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dframe_combiner.h72 SemaphoreUtils timerRemovedIndicator_ {0};
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_operation.h182 std::unique_ptr<SemaphoreUtils> semaphore_;
H A Dsync_operation.cpp65 semaphore_ = std::make_unique<SemaphoreUtils>(0); in Initialize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.cpp77 SemaphoreUtils semaphore(0); in RemoteQuery()