Home
last modified time | relevance | path

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

/rocksdb-6.9/java/rocksjni/
Denv.cc102 rocks_env->LowerThreadPoolIOPriority( in Java_org_rocksdb_Env_lowerThreadPoolIOPriority()
/rocksdb-6.9/include/rocksdb/
Denv.h473 virtual void LowerThreadPoolIOPriority(Priority /*pool*/ = LOW) {}
1343 void LowerThreadPoolIOPriority(Priority pool = LOW) override {
1344 target_->LowerThreadPoolIOPriority(pool);
/rocksdb-6.9/env/
Denv_posix.cc346 void LowerThreadPoolIOPriority(Priority pool = LOW) override { in LowerThreadPoolIOPriority() function in ROCKSDB_NAMESPACE::__anon43aff5a30111::PosixEnv
Dcomposite_env_wrapper.h550 void LowerThreadPoolIOPriority(Priority pool = LOW) override {
551 env_target_->LowerThreadPoolIOPriority(pool);
/rocksdb-6.9/db/
Dc.cc3380 env->rep->LowerThreadPoolIOPriority(); in rocksdb_env_lower_thread_pool_io_priority()
3384 env->rep->LowerThreadPoolIOPriority(Env::HIGH); in rocksdb_env_lower_high_priority_thread_pool_io_priority()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc4034 FLAGS_env->LowerThreadPoolIOPriority(Env::LOW); in InitializeOptionsGeneral()
4035 FLAGS_env->LowerThreadPoolIOPriority(Env::HIGH); in InitializeOptionsGeneral()