Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h387 static llvm::ThreadPool &GetThreadPool();
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp98 llvm::ThreadPoolTaskGroup task_group(Debugger::GetThreadPool()); in Index()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp2007 llvm::ThreadPool &Debugger::GetThreadPool() { in GetThreadPool() function in Debugger