Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Ddb_stress_common.cc100 auto thread_pool_size_var = FLAGS_compaction_thread_pool_variations; in PoolSizeChangeThread() local
102 thread_pool_size_base - thread_pool_size_var + in PoolSizeChangeThread()
103 thread->rand.Next() % (thread_pool_size_var * 2 + 1); in PoolSizeChangeThread()