Searched refs:kTimedMutexTimeoutMs (Results 1 – 1 of 1) sorted by relevance
34 constexpr std::chrono::milliseconds kTimedMutexTimeoutMs = std::chrono::milliseconds(500); variable769 if (!mAllocateBuffersLock.try_lock_for(kTimedMutexTimeoutMs)) { in requestNewBufferSet()771 static_cast<int64_t>(kTimedMutexTimeoutMs.count())); in requestNewBufferSet()836 if (!configureProducerLock.try_lock_for(kTimedMutexTimeoutMs)) { in configureProducer()838 static_cast<int64_t>(kTimedMutexTimeoutMs.count())); in configureProducer()