Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFile.cpp409 Debugger::GetThreadPool().async([=]() { in DownloadSymbolFileAsync()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h385 static llvm::ThreadPool &GetThreadPool();
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp99 llvm::ThreadPoolTaskGroup task_group(Debugger::GetThreadPool()); in Index()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp2027 llvm::ThreadPool &Debugger::GetThreadPool() { in GetThreadPool() function in Debugger