Searched defs:spawn (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/test/CodeGenCoroutines/ | ||
H A D | pr59723.cpp | 201 void spawn(bug_task&& t) { in spawn() function in bug_spawner |
/llvm-project/llvm/lib/Support/ | ||
H A D | Parallel.cpp | 208 void TaskGroup::spawn(std::function<void()> F, bool Sequential) { spawn() function in llvm::parallel::TaskGroup |
/llvm-project/pstl/include/pstl/internal/ | ||
H A D | parallel_backend_tbb.h | 464 spawn(__task* __t) in spawn() function |