Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl.h1481 std::unique_lock<std::mutex> guard(switch_mutex_); in WaitForPendingWrites()
1987 std::mutex switch_mutex_; variable
Ddb_impl_write.cc638 std::lock_guard<std::mutex> lck(switch_mutex_); in UnorderedWriteMemtable()