Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Ddb_stress_shared_state.h158 key_locks_.resize(FLAGS_column_families); in SharedState()
161 key_locks_[i].resize(num_locks); in SharedState()
162 for (auto& ptr : key_locks_[i]) { in SharedState()
221 return key_locks_[cf][key >> log2_keys_per_lock_].get(); in GetMutexForKey()
225 for (auto& mutex : key_locks_[cf]) { in LockColumnFamily()
231 for (auto& mutex : key_locks_[cf]) { in UnlockColumnFamily()
358 std::vector<std::vector<std::unique_ptr<port::Mutex>>> key_locks_; variable