Searched refs:cvLock (Results 1 – 5 of 5) sorted by relevance
74 unique_lock<mutex> cvLock(transactionMutex_); in BeginTransaction() local76 transactionCV_.wait_for(cvLock, chrono::milliseconds(RDB_TRANSACTION_WAIT_MS), in BeginTransaction()
563 std::mutex cvLock; variable566 thread aggregatorThread([&cvLock, &cv, &threadIsWorking]() { in __anonaf6a41ef0c02()577 std::unique_lock<std::mutex> lock(cvLock); in __anonaf6a41ef0c02()597 std::unique_lock<std::mutex> lock(cvLock);
67 std::unique_lock<std::mutex> cvLock(engineMutex_); in ~GenericSyncer() local68 …bool engineFinalize = engineFinalizeCv_.wait_for(cvLock, std::chrono::milliseconds(DBConstant::MIN… in ~GenericSyncer()878 std::lock_guard<std::mutex> cvLock(engineMutex_); in BuildSyncEngine() local
909 std::unique_lock<std::mutex> cvLock(testGetEnrolledIdCallback->mutex); variable910 testGetEnrolledIdCallback->cv.wait_for(cvLock, std::chrono::seconds(WAIT_TIME),
819 std::unique_lock<std::mutex> cvLock(cvMutex_); in Close() local820 cvSslFree_.wait(cvLock, [this]() -> bool { return isRunOver_; }); in Close()