Searched refs:g_thread_pool (Results 1 – 1 of 1) sorted by relevance
107 static llvm::DefaultThreadPool *g_thread_pool = nullptr; variable612 g_thread_pool = new llvm::DefaultThreadPool(llvm::optimal_concurrency()); in Initialize()626 if (g_thread_pool) { in Terminate()628 delete g_thread_pool; in Terminate()2235 assert(g_thread_pool && in GetThreadPool()2237 return *g_thread_pool; in GetThreadPool()