Home
last modified time | relevance | path

Searched refs:InstrumentedMutexLock (Results 1 – 25 of 33) sorted by relevance

12

/rocksdb-6.9/db/db_impl/
Ddb_impl_debug.cc20 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 …]
Ddb_impl.cc411 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 …]
Ddb_impl_compaction_flush.cc841 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 …]
Ddb_impl_experimental.cc35 InstrumentedMutexLock l(&mutex_); in SuggestCompactRange()
69 InstrumentedMutexLock l(&mutex_); in PromoteL0()
Ddb_impl_files.cc224 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()
Ddb_impl_secondary.cc328 InstrumentedMutexLock lock(&trace_mutex_); in GetImpl()
510 InstrumentedMutexLock lock_guard(&mutex_); in TryCatchUpWithPrimary()
555 InstrumentedMutexLock lock_guard(&mutex_); in TryCatchUpWithPrimary()
Ddb_impl_readonly.cc41 InstrumentedMutexLock lock(&trace_mutex_); in Get()
Ddb_impl_write.cc77 InstrumentedMutexLock lock(&trace_mutex_); in WriteImpl()
688 InstrumentedMutexLock l(&mutex_); in WriteImplWALOnly()
/rocksdb-6.9/monitoring/
Dinstrumented_mutex.h53 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/
Drepeatable_thread.h43 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/
Ddb_filesnapshot.cc27 InstrumentedMutexLock l(&mutex_); in DisableFileDeletions()
45 InstrumentedMutexLock l(&mutex_); in EnableFileDeletions()
157 InstrumentedMutexLock l(&mutex_); in GetSortedWalFiles()
169 InstrumentedMutexLock l(&mutex_); in GetCurrentWalFile()
Derror_handler_fs_test.cc73 InstrumentedMutexLock l(&mutex_); in OnTableFileCreationStarted()
92 InstrumentedMutexLock l(&mutex_); in OnErrorRecoveryCompleted()
98 InstrumentedMutexLock l(&mutex_); in WaitForRecovery()
110 InstrumentedMutexLock l(&mutex_); in WaitForTableFileCreationStarted()
Ddb_with_timestamp_basic_test.cc513 InstrumentedMutexLock lock(&mutex_); in OnFlushCompleted()
520 InstrumentedMutexLock lock(&mutex_); in GetFlushedFiles()
527 InstrumentedMutexLock lock(&mutex_); in ClearFlushedFiles()
Derror_handler.cc350 InstrumentedMutexLock l(db_mutex_); in RecoverFromBGError()
Dcolumn_family.h45 class InstrumentedMutexLock; variable
Dmemtable_list_test.cc120 InstrumentedMutexLock l(&mutex); in Mock_InstallMemtableFlushResults()
181 InstrumentedMutexLock l(&mutex); in Mock_InstallMemtableAtomicFlushResults()
Ddb_wal_test.cc40 InstrumentedMutexLock l(&env_mutex_); in NewSequentialFile()
53 InstrumentedMutexLock l(&env_mutex_); in DeleteFile()
Dflush_job_test.cc145 InstrumentedMutexLock l(&mutex_); in TEST_F()
Ddb_basic_test.cc1782 InstrumentedMutexLock lock(&mutex_); in OnTableFileCreated()
1786 InstrumentedMutexLock lock(&mutex_); in GetFiles()
Dcolumn_family.cc93 InstrumentedMutexLock l(mutex_); in GetDescriptor()
/rocksdb-6.9/file/
Ddelete_scheduler.cc46 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/
Dtransaction_lock_mgr.cc186 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()
Dpessimistic_transaction_db.cc368 InstrumentedMutexLock l(&column_family_mutex_); in CreateColumnFamily()
387 InstrumentedMutexLock l(&column_family_mutex_); in DropColumnFamily()
Dwrite_prepared_txn_db.cc750 InstrumentedMutexLock dblock(db_impl_->mutex()); in GetSnapshotListFromDB()
/rocksdb-6.9/trace_replay/
Dblock_cache_tracer.cc450 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()

12