Searched refs:GlobalThreadPool (Results 1 – 1 of 1) sorted by relevance
126 thread::ThreadPool* GlobalThreadPool(const SessionOptions& options) { in GlobalThreadPool() function297 thread_pools_.emplace_back(GlobalThreadPool(options), false /* owned */); in DirectSession()