Home
last modified time | relevance | path

Searched refs:g_thread_pool (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp2009 static llvm::ThreadPool *g_thread_pool = nullptr; in GetThreadPool() local
2012 g_thread_pool = new llvm::ThreadPool(llvm::optimal_concurrency()); in GetThreadPool()
2014 return *g_thread_pool; in GetThreadPool()