Searched refs:LowerThreadPoolCPUPriority (Results 1 – 7 of 7) sorted by relevance
114 rocks_env->LowerThreadPoolCPUPriority( in Java_org_rocksdb_Env_lowerThreadPoolCPUPriority()
476 virtual void LowerThreadPoolCPUPriority(Priority /*pool*/ = LOW) {}1347 void LowerThreadPoolCPUPriority(Priority pool = LOW) override {1348 target_->LowerThreadPoolCPUPriority(pool);
355 void LowerThreadPoolCPUPriority(Priority pool = LOW) override { in LowerThreadPoolCPUPriority() function in ROCKSDB_NAMESPACE::__anon43aff5a30111::PosixEnv
554 void LowerThreadPoolCPUPriority(Priority pool = LOW) override {555 env_target_->LowerThreadPoolCPUPriority(pool);
3388 env->rep->LowerThreadPoolCPUPriority(); in rocksdb_env_lower_thread_pool_cpu_priority()3392 env->rep->LowerThreadPoolCPUPriority(Env::HIGH); in rocksdb_env_lower_high_priority_thread_pool_cpu_priority()
4038 FLAGS_env->LowerThreadPoolCPUPriority(Env::LOW); in InitializeOptionsGeneral()4039 FLAGS_env->LowerThreadPoolCPUPriority(Env::HIGH); in InitializeOptionsGeneral()
465 * Add `Env::LowerThreadPoolCPUPriority(Priority)` method, which lowers the CPU priority of backgrou…