Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DThreadPool.h33 class ThreadPoolTaskGroup; variable
74 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async()
89 auto async(ThreadPoolTaskGroup &Group, Func &&F)
105 void wait(ThreadPoolTaskGroup &Group);
143 bool workCompletedUnlocked(ThreadPoolTaskGroup *Group) const;
149 ThreadPoolTaskGroup *Group) { in asyncImpl()
186 void processTasks(ThreadPoolTaskGroup *WaitingForGroup);
195 std::deque<std::pair<std::function<void()>, ThreadPoolTaskGroup *>> Tasks;
207 DenseMap<ThreadPoolTaskGroup *, unsigned> ActiveGroups;
224 class ThreadPoolTaskGroup {
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DThreadPool.cpp54 static LLVM_THREAD_LOCAL std::vector<ThreadPoolTaskGroup *>
59 void ThreadPool::processTasks(ThreadPoolTaskGroup *WaitingForGroup) { in processTasks()
62 ThreadPoolTaskGroup *GroupOfTask; in processTasks()
94 CurrentThreadTaskGroups = new std::vector<ThreadPoolTaskGroup *>; in processTasks()
135 bool ThreadPool::workCompletedUnlocked(ThreadPoolTaskGroup *Group) const { in workCompletedUnlocked()
151 void ThreadPool::wait(ThreadPoolTaskGroup &Group) { in wait()
209 void ThreadPool::wait(ThreadPoolTaskGroup &) { in wait() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Debuginfod/
DDebuginfod.cpp369 ThreadPoolTaskGroup IteratorGroup(Pool); in findBinaries()