Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc1007 log_write_mutex_.Lock(); in WriteToWAL()
1012 log_write_mutex_.Unlock(); in WriteToWAL()
1109 log_write_mutex_.Lock(); in ConcurrentWriteToWAL()
1128 log_write_mutex_.Unlock(); in ConcurrentWriteToWAL()
1149 log_write_mutex_.Lock(); in WriteRecoverableState()
1170 log_write_mutex_.Unlock(); in WriteRecoverableState()
1652 log_write_mutex_.Lock(); in SwitchMemtable()
1656 log_write_mutex_.Unlock(); in SwitchMemtable()
1707 log_write_mutex_.Lock(); in SwitchMemtable()
1728 log_write_mutex_.Unlock(); in SwitchMemtable()
Ddb_impl_debug.cc34 log_write_mutex_.Lock(); in TEST_WALBufferIsEmpty()
39 log_write_mutex_.Unlock(); in TEST_WALBufferIsEmpty()
Ddb_impl_files.cc205 log_write_mutex_.Lock(); in FindObsoleteFiles()
209 log_write_mutex_.Unlock(); in FindObsoleteFiles()
224 InstrumentedMutexLock wl(&log_write_mutex_); in FindObsoleteFiles()
Ddb_impl_open.cc1145 log_write_mutex_.Lock(); in RestoreAliveLogFiles()
1187 log_write_mutex_.Unlock(); in RestoreAliveLogFiles()
1437 InstrumentedMutexLock wl(&impl->log_write_mutex_); in Open()
1479 impl->log_write_mutex_.Lock(); in Open()
1484 impl->log_write_mutex_.Unlock(); in Open()
Ddb_impl.cc1157 InstrumentedMutexLock wl(&log_write_mutex_); in FlushWAL()
1255 log_write_mutex_.Lock(); in LockWAL()
1269 log_write_mutex_.Unlock(); in UnlockWAL()
1285 InstrumentedMutexLock l(&log_write_mutex_); in MarkLogsSynced()
Ddb_impl.h1786 InstrumentedMutex log_write_mutex_; variable