Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp106 static llvm::ThreadPool *g_thread_pool = nullptr; variable
611 g_thread_pool = new llvm::ThreadPool(llvm::optimal_concurrency()); in Initialize()
625 if (g_thread_pool) { in Terminate()
627 delete g_thread_pool; in Terminate()
2194 assert(g_thread_pool && in GetThreadPool()
2196 return *g_thread_pool; in GetThreadPool()