Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dthreadpool_imp.cc51 void SetBackgroundThreadsInternal(int num, bool allow_reduce);
315 bool allow_reduce) { in SetBackgroundThreadsInternal() argument
321 (num < total_threads_limit_ && allow_reduce)) { in SetBackgroundThreadsInternal()