Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/docs/
H A DHowToReleaseLLVM.rst100 Create Release Branch
129 Update LLVM Version
138 Tagging the LLVM Release Candidates
164 Build The Binary Distribution
379 Update Documentation
391 Tag the LLVM Final Release
401 Update the LLVM Website
428 Announce the Release
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTaskQueue.h134 std::deque<std::function<void()>> Tasks; variable
H A DThreadPool.h195 std::deque<std::pair<std::function<void()>, ThreadPoolTaskGroup *>> Tasks; variable