Searched refs:GetBackgroundThreads (Results 1 – 13 of 13) sorted by relevance
52 int GetBackgroundThreads();328 int ThreadPoolImpl::Impl::GetBackgroundThreads() { in GetBackgroundThreads() function in ROCKSDB_NAMESPACE::ThreadPoolImpl::Impl439 int ThreadPoolImpl::GetBackgroundThreads() { in GetBackgroundThreads() function in ROCKSDB_NAMESPACE::ThreadPoolImpl440 return impl_->GetBackgroundThreads(); in GetBackgroundThreads()
38 int GetBackgroundThreads() override;
151 int GetBackgroundThreads(Priority pri = LOW) override {152 return posixEnv->GetBackgroundThreads(pri);371 virtual int GetBackgroundThreads(Priority /*pri*/ = LOW) override {
34 virtual int GetBackgroundThreads() = 0;
461 virtual int GetBackgroundThreads(Priority pri = LOW) = 0;1331 int GetBackgroundThreads(Priority pri) override { in GetBackgroundThreads() function1332 return target_->GetBackgroundThreads(pri); in GetBackgroundThreads()
68 int GetBackgroundThreads(Env::Priority pri);326 int GetBackgroundThreads(Env::Priority pri) override;
1285 int WinEnvThreads::GetBackgroundThreads(Env::Priority pri) { in GetBackgroundThreads() function in ROCKSDB_NAMESPACE::port::WinEnvThreads1287 return thread_pools_[pri].GetBackgroundThreads(); in GetBackgroundThreads()1496 int WinEnv::GetBackgroundThreads(Env::Priority pri) { in GetBackgroundThreads() function in ROCKSDB_NAMESPACE::port::WinEnv1497 return winenv_threads_.GetBackgroundThreads(pri); in GetBackgroundThreads()
330 int GetBackgroundThreads(Priority pri) override { in GetBackgroundThreads() function in ROCKSDB_NAMESPACE::__anon43aff5a30111::PosixEnv332 return thread_pools_[pri].GetBackgroundThreads(); in GetBackgroundThreads()
2087 ASSERT_EQ(env1->GetBackgroundThreads(Env::LOW), 16); in TEST_P()2088 ASSERT_EQ(env1->GetBackgroundThreads(Env::HIGH), 8); in TEST_P()2089 ASSERT_EQ(env2->GetBackgroundThreads(Env::LOW), 16); in TEST_P()2090 ASSERT_EQ(env2->GetBackgroundThreads(Env::HIGH), 8); in TEST_P()
538 int GetBackgroundThreads(Priority pri) override { in GetBackgroundThreads() function539 return env_target_->GetBackgroundThreads(pri); in GetBackgroundThreads()
63 const int num = rocks_env->GetBackgroundThreads( in Java_org_rocksdb_Env_getBackgroundThreads()
435 env_->GetBackgroundThreads(Env::Priority::HIGH)); in TEST_F()437 env_->GetBackgroundThreads(Env::Priority::LOW)); in TEST_F()
1548 env_->GetBackgroundThreads(Env::Priority::BOTTOM) > 0) { in RunManualCompaction()1970 env_->GetBackgroundThreads(Env::Priority::HIGH) == 0; in MaybeScheduleFlushOrCompaction()2788 env_->GetBackgroundThreads(Env::Priority::BOTTOM) > 0) { in BackgroundCompaction()