Searched refs:user_threadpool (Results 1 – 2 of 2) sorted by relevance
108 ThreadPool::ThreadPool(thread::ThreadPoolInterface* user_threadpool) { in ThreadPool() argument109 underlying_threadpool_ = user_threadpool; in ThreadPool()
132 explicit ThreadPool(thread::ThreadPoolInterface* user_threadpool);