Searched refs:log_write_mutex_ (Results 1 – 6 of 6) sorted by relevance
1007 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()
34 log_write_mutex_.Lock(); in TEST_WALBufferIsEmpty()39 log_write_mutex_.Unlock(); in TEST_WALBufferIsEmpty()
205 log_write_mutex_.Lock(); in FindObsoleteFiles()209 log_write_mutex_.Unlock(); in FindObsoleteFiles()224 InstrumentedMutexLock wl(&log_write_mutex_); in FindObsoleteFiles()
1145 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()
1157 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()
1786 InstrumentedMutex log_write_mutex_; variable