Home
last modified time | relevance | path

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

/rocksdb-6.9/include/rocksdb/
Dthreadpool.h56 extern ThreadPool* NewThreadPool(int num_threads);
/rocksdb-6.9/util/
Dthreadpool_imp.cc502 ThreadPool* NewThreadPool(int num_threads) { in NewThreadPool() function