Home
last modified time | relevance | path

Searched refs:AllocateCondVar (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dtransaction_db_mutex_impl.h21 std::shared_ptr<TransactionDBCondVar> AllocateCondVar() override;
Dtransaction_db_mutex_impl.cc60 TransactionDBMutexFactoryImpl::AllocateCondVar() { in AllocateCondVar() function in ROCKSDB_NAMESPACE::TransactionDBMutexFactoryImpl
Dtransaction_lock_mgr.cc50 stripe_cv = factory->AllocateCondVar(); in LockMapStripe()
/rocksdb-6.9/include/rocksdb/utilities/
Dtransaction_db_mutex.h85 virtual std::shared_ptr<TransactionDBCondVar> AllocateCondVar() = 0;