Searched refs:g_thread_pool (Results 1 – 1 of 1) sorted by relevance
2009 static llvm::ThreadPool *g_thread_pool = nullptr; in GetThreadPool() local2012 g_thread_pool = new llvm::ThreadPool(llvm::optimal_concurrency()); in GetThreadPool()2014 return *g_thread_pool; in GetThreadPool()