Home
last modified time | relevance | path

Searched refs:LowerCPUPriority (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/util/
Dthreadpool_imp.cc60 void LowerCPUPriority();
182 void ThreadPoolImpl::Impl::LowerCPUPriority() { in LowerCPUPriority() function in ROCKSDB_NAMESPACE::ThreadPoolImpl::Impl
455 void ThreadPoolImpl::LowerCPUPriority() { in LowerCPUPriority() function in ROCKSDB_NAMESPACE::ThreadPoolImpl
456 impl_->LowerCPUPriority(); in LowerCPUPriority()
Dthreadpool_imp.h54 void LowerCPUPriority();
/rocksdb-6.9/env/
Denv_posix.cc358 thread_pools_[pool].LowerCPUPriority(); in LowerThreadPoolCPUPriority()