Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp112 static llvm::DefaultThreadPool *g_thread_pool = nullptr; variable
717 g_thread_pool = new llvm::DefaultThreadPool(llvm::optimal_concurrency()); in Initialize()
731 if (g_thread_pool) { in Terminate()
733 delete g_thread_pool; in Terminate()
2382 assert(g_thread_pool && in GetThreadPool()
2384 return *g_thread_pool; in GetThreadPool()