Home
last modified time | relevance | path

Searched defs:num_threads (Results 1 – 1 of 1) sorted by relevance

/build/kati/
Dthread_pool.cc29 explicit ThreadPoolImpl(int num_threads) : is_waiting_(false) { in ThreadPoolImpl()
88 ThreadPool* NewThreadPool(int num_threads) { in NewThreadPool()