Home
last modified time | relevance | path

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

/rocksdb-6.9/java/rocksjni/
Denv.cc114 rocks_env->LowerThreadPoolCPUPriority( in Java_org_rocksdb_Env_lowerThreadPoolCPUPriority()
/rocksdb-6.9/include/rocksdb/
Denv.h476 virtual void LowerThreadPoolCPUPriority(Priority /*pool*/ = LOW) {}
1347 void LowerThreadPoolCPUPriority(Priority pool = LOW) override {
1348 target_->LowerThreadPoolCPUPriority(pool);
/rocksdb-6.9/env/
Denv_posix.cc355 void LowerThreadPoolCPUPriority(Priority pool = LOW) override { in LowerThreadPoolCPUPriority() function in ROCKSDB_NAMESPACE::__anon43aff5a30111::PosixEnv
Dcomposite_env_wrapper.h554 void LowerThreadPoolCPUPriority(Priority pool = LOW) override {
555 env_target_->LowerThreadPoolCPUPriority(pool);
/rocksdb-6.9/db/
Dc.cc3388 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()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc4038 FLAGS_env->LowerThreadPoolCPUPriority(Env::LOW); in InitializeOptionsGeneral()
4039 FLAGS_env->LowerThreadPoolCPUPriority(Env::HIGH); in InitializeOptionsGeneral()
/rocksdb-6.9/
DHISTORY.md465 * Add `Env::LowerThreadPoolCPUPriority(Priority)` method, which lowers the CPU priority of backgrou…