Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp108 static llvm::ThreadPool *g_thread_pool = nullptr; variable
555 g_thread_pool = new llvm::ThreadPool(llvm::optimal_concurrency()); in Initialize()
563 if (g_thread_pool) { in Terminate()
565 delete g_thread_pool; in Terminate()
2028 assert(g_thread_pool && in GetThreadPool()
2030 return *g_thread_pool; in GetThreadPool()