Home
last modified time | relevance | path

Searched refs:try_lock_for (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/synchronization/detail/
DProxyLockable-inl.h97 if (auto state = mtx.try_lock_for(duration)) { in ProxyLockableUniqueLock()
145 bool ProxyLockableUniqueLock<Mutex>::try_lock_for( in try_lock_for() function
150 if (auto state = mutex_->try_lock_for(duration)) { in try_lock_for()
DProxyLockable.h101 bool try_lock_for(const std::chrono::duration<Rep, Period>& duration);
/rocksdb-6.9/third-party/folly/folly/synchronization/
DDistributedMutex.h205 DistributedMutexStateProxy try_lock_for(
DDistributedMutex-inl.h1683 DistributedMutex<Atomic, TimePublishing>::try_lock_for(
/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp106 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()