Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc2360 Env::Priority bg_thread_pri) { in BackgroundCallCompaction() argument
2379 assert((bg_thread_pri == Env::Priority::BOTTOM && in BackgroundCallCompaction()
2381 (bg_thread_pri == Env::Priority::LOW && bg_compaction_scheduled_)); in BackgroundCallCompaction()
2383 prepicked_compaction, bg_thread_pri); in BackgroundCallCompaction()
2445 if (bg_thread_pri == Env::Priority::LOW) { in BackgroundCallCompaction()
2448 assert(bg_thread_pri == Env::Priority::BOTTOM); in BackgroundCallCompaction()