Home
last modified time | relevance | path

Searched refs:unlock (Results 1 – 15 of 15) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/synchronization/detail/
DProxyLockable-inl.h49 unlock(); in ~ProxyLockableUniqueLock()
122 void ProxyLockableUniqueLock<Mutex>::unlock() { in unlock() function
126 mutex_->unlock(std::move(*proxy_)); in unlock()
DProxyLockable.h92 void unlock();
/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp414 mutex.unlock(std::move(state)); in TEST()
423 mutex.unlock(std::move(state)); in TEST()
614 mutex.unlock(std::move(state)); in TEST()
630 mutex.unlock(std::move(state)); in TEST()
649 mutex.unlock(std::move(state)); in TEST()
673 mutex.unlock(std::move(state)); in stressTryLockWithConcurrentLocks()
682 mutex.unlock(std::move(state)); in stressTryLockWithConcurrentLocks()
724 mutex.unlock(std::move(state)); in concurrentTryLocks()
/rocksdb-6.9/third-party/folly/folly/synchronization/
DDistributedMutex.h178 void unlock(DistributedMutexStateProxy);
DParkingLot.h260 bucketLock.unlock(); in park_until()
DDistributedMutex-inl.h1068 unlock(std::move(state));
1529 void DistributedMutex<Atomic, Publish>::unlock(
/rocksdb-6.9/util/
Dthreadpool_imp.cc161 lock.unlock(); in JoinThreads()
231 lock.unlock(); in BGThread()
Dmutexlock.h129 void unlock() { locked_.store(false, std::memory_order_release); } in unlock() function
Dtimer_queue.h192 (*lk).unlock(); in checkWork()
/rocksdb-6.9/utilities/transactions/
Dtransaction_db_mutex_impl.cc28 void UnLock() override { mutex_.unlock(); } in UnLock()
/rocksdb-6.9/test_util/
Dsync_point_impl.cc120 mutex_.unlock(); in Process()
/rocksdb-6.9/monitoring/
Dhistogram_windowing.cc198 mutex_.unlock(); in SwapHistoryBucket()
/rocksdb-6.9/port/win/
Dport_win.h146 mutex_.unlock(); in Unlock()
/rocksdb-6.9/build_tools/
Dgnu_parallel7777 $self->unlock();
7799 $self->unlock();
7818 $self->unlock();
7843 $self->unlock();
7910 sub unlock { subroutine
/rocksdb-6.9/utilities/
Denv_librados.cc574 _io_ctx->unlock(_obj_name, _lock_name, _cookie); in ~LibradosFileLock()