Home
last modified time | relevance | path

Searched defs:Tasks (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h194 std::deque<std::pair<std::function<void()>, ThreadPoolTaskGroup *>> Tasks; variable
252 std::deque<std::pair<std::function<void()>, ThreadPoolTaskGroup *>> Tasks; variable
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp355 SmallVector<std::function<Error(void)>> Tasks; in finishCloningAndEmit() local