Searched refs:SemaphoreUtils (Results 1 – 8 of 8) sorted by relevance
26 SemaphoreUtils::SemaphoreUtils(int count) in SemaphoreUtils() function in DistributedDB::SemaphoreUtils30 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()
590 SemaphoreUtils &sema) in GetConnInDoOpenMapInner()627 SemaphoreUtils sema(1 - totalSize); in GetConnInDoOpenMap()
24 class SemaphoreUtils {26 explicit SemaphoreUtils(int count);27 ~SemaphoreUtils();30 DISABLE_COPY_ASSIGN_MOVE(SemaphoreUtils);
138 SemaphoreUtils &sema);
72 SemaphoreUtils timerRemovedIndicator_ {0};
182 std::unique_ptr<SemaphoreUtils> semaphore_;
65 semaphore_ = std::make_unique<SemaphoreUtils>(0); in Initialize()
77 SemaphoreUtils semaphore(0); in RemoteQuery()