Searched defs:num_threads (Results 1 – 1 of 1) sorted by relevance
29 explicit ThreadPoolImpl(int num_threads) : is_waiting_(false) { in ThreadPoolImpl()88 ThreadPool* NewThreadPool(int num_threads) { in NewThreadPool()