Searched refs:retryUniqueLock (Results 1 – 1 of 1) sorted by relevance
433 std::unique_lock<std::mutex> retryUniqueLock(retryMutex_); in RetryUntilTimeout() local434 retryCv_.wait(retryUniqueLock, retryFunc); in RetryUntilTimeout()436 std::unique_lock<std::mutex> retryUniqueLock(retryMutex_); in RetryUntilTimeout() local437 … notTimeout = retryCv_.wait_for(retryUniqueLock, std::chrono::milliseconds(timeout), retryFunc); in RetryUntilTimeout()