Searched refs:try_lock_for (Results 1 – 5 of 5) sorted by relevance
97 if (auto state = mtx.try_lock_for(duration)) { in ProxyLockableUniqueLock()145 bool ProxyLockableUniqueLock<Mutex>::try_lock_for( in try_lock_for() function150 if (auto state = mutex_->try_lock_for(duration)) { in try_lock_for()
101 bool try_lock_for(const std::chrono::duration<Rep, Period>& duration);
205 DistributedMutexStateProxy try_lock_for(
1683 DistributedMutex<Atomic, TimePublishing>::try_lock_for(
106 if (lck.try_lock_for(kForever)) { in lockWithTryAndTimedNThreads()373 if (lck.try_lock_for(kForever)) { in combineWithLockTryAndTimedNThreads()634 auto result = mutex.try_lock_for(std::chrono::milliseconds{10}); in TEST()653 auto result = mutex.try_lock_for(kForever); in TEST()