| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_debug.cc | 20 InstrumentedMutexLock l(&mutex_); in TEST_GetLevel0TotalSize() 26 InstrumentedMutexLock l(&mutex_); in TEST_SwitchWAL() 53 InstrumentedMutexLock l(&mutex_); in TEST_MaxNextLevelOverlappingBytes() 62 InstrumentedMutexLock l(&mutex_); in TEST_GetFilesMetaData() 106 InstrumentedMutexLock l(&mutex_); in TEST_SwitchMemtable() 168 InstrumentedMutexLock l(&mutex_); in TEST_WaitForCompact() 195 InstrumentedMutexLock l(&mutex_); in TEST_LogsToFreeSize() 200 InstrumentedMutexLock l(&mutex_); in TEST_LogfileNumber() 243 InstrumentedMutexLock l(&mutex_); in TEST_GetLatestMutableCFOptions() 251 InstrumentedMutexLock l(&mutex_); in TEST_BGCompactionsAllowed() [all …]
|
| D | db_impl.cc | 411 InstrumentedMutexLock l(&mutex_); in CancelAllBackgroundWork() 647 InstrumentedMutexLock l(&mutex_); in StartTimedTasks() 697 InstrumentedMutexLock l(&mutex_); in PersistStats() 836 InstrumentedMutexLock l(&mutex_); in DumpStats() 928 InstrumentedMutexLock l(&mutex_); in SetOptions() 2837 InstrumentedMutexLock l(&mutex_); in GetOptions() 2844 InstrumentedMutexLock l(&mutex_); in GetDBOptions() 2952 InstrumentedMutexLock l(&mutex_); in ResetStats() 3061 InstrumentedMutexLock l(&mutex_); in GetColumnFamilyHandleUnlocked() 3347 InstrumentedMutexLock l(&mutex_); in GetLiveFilesMetaData() [all …]
|
| D | db_impl_compaction_flush.cc | 841 InstrumentedMutexLock l(&mutex_); in CompactRange() 882 InstrumentedMutexLock l(&mutex_); in CompactFiles() 902 InstrumentedMutexLock l(&mutex_); in CompactFiles() 1117 InstrumentedMutexLock guard_lock(&mutex_); in PauseBackgroundWork() 1354 InstrumentedMutexLock l(&mutex_); in Level0StopWriteTrigger() 1466 InstrumentedMutexLock l(&mutex_); in RunManualCompaction() 1803 InstrumentedMutexLock l(&mutex_); in WaitUntilFlushWouldNotStallWrites() 1883 InstrumentedMutexLock l(&mutex_); in WaitForFlushMemTables() 2288 InstrumentedMutexLock l(&mutex_); in BackgroundCallFlush() 2367 InstrumentedMutexLock l(&mutex_); in BackgroundCallCompaction() [all …]
|
| D | db_impl_experimental.cc | 35 InstrumentedMutexLock l(&mutex_); in SuggestCompactRange() 69 InstrumentedMutexLock l(&mutex_); in PromoteL0()
|
| D | db_impl_files.cc | 224 InstrumentedMutexLock wl(&log_write_mutex_); in FindObsoleteFiles() 497 InstrumentedMutexLock guard_lock(&mutex_); in PurgeObsoleteFiles() 506 InstrumentedMutexLock guard_lock(&mutex_); in PurgeObsoleteFiles() 556 InstrumentedMutexLock l(&mutex_); in PurgeObsoleteFiles()
|
| D | db_impl_secondary.cc | 328 InstrumentedMutexLock lock(&trace_mutex_); in GetImpl() 510 InstrumentedMutexLock lock_guard(&mutex_); in TryCatchUpWithPrimary() 555 InstrumentedMutexLock lock_guard(&mutex_); in TryCatchUpWithPrimary()
|
| D | db_impl_readonly.cc | 41 InstrumentedMutexLock lock(&trace_mutex_); in Get()
|
| D | db_impl_write.cc | 77 InstrumentedMutexLock lock(&trace_mutex_); in WriteImpl() 688 InstrumentedMutexLock l(&mutex_); in WriteImplWALOnly()
|
| /rocksdb-6.9/monitoring/ |
| D | instrumented_mutex.h | 53 class InstrumentedMutexLock { 55 explicit InstrumentedMutexLock(InstrumentedMutex* mutex) : mutex_(mutex) { in InstrumentedMutexLock() function 59 ~InstrumentedMutexLock() { in ~InstrumentedMutexLock() 65 InstrumentedMutexLock(const InstrumentedMutexLock&) = delete; 66 void operator=(const InstrumentedMutexLock&) = delete;
|
| /rocksdb-6.9/util/ |
| D | repeatable_thread.h | 43 InstrumentedMutexLock l(&mutex_); in cancel() 65 InstrumentedMutexLock l(&mutex_); 82 InstrumentedMutexLock l(&mutex_); in wait() 121 InstrumentedMutexLock l(&mutex_); in thread()
|
| /rocksdb-6.9/db/ |
| D | db_filesnapshot.cc | 27 InstrumentedMutexLock l(&mutex_); in DisableFileDeletions() 45 InstrumentedMutexLock l(&mutex_); in EnableFileDeletions() 157 InstrumentedMutexLock l(&mutex_); in GetSortedWalFiles() 169 InstrumentedMutexLock l(&mutex_); in GetCurrentWalFile()
|
| D | error_handler_fs_test.cc | 73 InstrumentedMutexLock l(&mutex_); in OnTableFileCreationStarted() 92 InstrumentedMutexLock l(&mutex_); in OnErrorRecoveryCompleted() 98 InstrumentedMutexLock l(&mutex_); in WaitForRecovery() 110 InstrumentedMutexLock l(&mutex_); in WaitForTableFileCreationStarted()
|
| D | db_with_timestamp_basic_test.cc | 513 InstrumentedMutexLock lock(&mutex_); in OnFlushCompleted() 520 InstrumentedMutexLock lock(&mutex_); in GetFlushedFiles() 527 InstrumentedMutexLock lock(&mutex_); in ClearFlushedFiles()
|
| D | error_handler.cc | 350 InstrumentedMutexLock l(db_mutex_); in RecoverFromBGError()
|
| D | column_family.h | 45 class InstrumentedMutexLock; variable
|
| D | memtable_list_test.cc | 120 InstrumentedMutexLock l(&mutex); in Mock_InstallMemtableFlushResults() 181 InstrumentedMutexLock l(&mutex); in Mock_InstallMemtableAtomicFlushResults()
|
| D | db_wal_test.cc | 40 InstrumentedMutexLock l(&env_mutex_); in NewSequentialFile() 53 InstrumentedMutexLock l(&env_mutex_); in DeleteFile()
|
| D | flush_job_test.cc | 145 InstrumentedMutexLock l(&mutex_); in TEST_F()
|
| D | db_basic_test.cc | 1782 InstrumentedMutexLock lock(&mutex_); in OnTableFileCreated() 1786 InstrumentedMutexLock lock(&mutex_); in GetFiles()
|
| D | column_family.cc | 93 InstrumentedMutexLock l(mutex_); in GetDescriptor()
|
| /rocksdb-6.9/file/ |
| D | delete_scheduler.cc | 46 InstrumentedMutexLock l(&mu_); in ~DeleteScheduler() 93 InstrumentedMutexLock l(&mu_); in DeleteFile() 104 InstrumentedMutexLock l(&mu_); in GetBackgroundErrors() 168 InstrumentedMutexLock l(&file_move_mu_); in MarkAsTrash() 194 InstrumentedMutexLock l(&mu_); in BackgroundEmptyTrash() 349 InstrumentedMutexLock l(&mu_); in WaitForEmptyTrash()
|
| /rocksdb-6.9/utilities/transactions/ |
| D | transaction_lock_mgr.cc | 186 InstrumentedMutexLock l(&lock_map_mutex_); in AddColumnFamily() 202 InstrumentedMutexLock l(&lock_map_mutex_); in RemoveColumnFamily() 237 InstrumentedMutexLock l(&lock_map_mutex_); in GetLockMap() 701 InstrumentedMutexLock l(&lock_map_mutex_); in GetLockStatusData()
|
| D | pessimistic_transaction_db.cc | 368 InstrumentedMutexLock l(&column_family_mutex_); in CreateColumnFamily() 387 InstrumentedMutexLock l(&column_family_mutex_); in DropColumnFamily()
|
| D | write_prepared_txn_db.cc | 750 InstrumentedMutexLock dblock(db_impl_->mutex()); in GetSnapshotListFromDB()
|
| /rocksdb-6.9/trace_replay/ |
| D | block_cache_tracer.cc | 450 InstrumentedMutexLock lock_guard(&trace_writer_mutex_); in StartTrace() 462 InstrumentedMutexLock lock_guard(&trace_writer_mutex_); in EndTrace() 477 InstrumentedMutexLock lock_guard(&trace_writer_mutex_); in WriteBlockAccess()
|