Searched refs:LowerThreadPoolIOPriority (Results 1 – 6 of 6) sorted by relevance
102 rocks_env->LowerThreadPoolIOPriority( in Java_org_rocksdb_Env_lowerThreadPoolIOPriority()
473 virtual void LowerThreadPoolIOPriority(Priority /*pool*/ = LOW) {}1343 void LowerThreadPoolIOPriority(Priority pool = LOW) override {1344 target_->LowerThreadPoolIOPriority(pool);
346 void LowerThreadPoolIOPriority(Priority pool = LOW) override { in LowerThreadPoolIOPriority() function in ROCKSDB_NAMESPACE::__anon43aff5a30111::PosixEnv
550 void LowerThreadPoolIOPriority(Priority pool = LOW) override {551 env_target_->LowerThreadPoolIOPriority(pool);
3380 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()
4034 FLAGS_env->LowerThreadPoolIOPriority(Env::LOW); in InitializeOptionsGeneral()4035 FLAGS_env->LowerThreadPoolIOPriority(Env::HIGH); in InitializeOptionsGeneral()