Home
last modified time | relevance | path

Searched refs:asyncImpl (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
DThreadPool.h82 return asyncImpl(std::move(Task)); in async()
86 return asyncImpl([Task](VoidTy) mutable -> VoidTy { in async()
98 return asyncImpl(std::forward<Function>(F)); in async()
100 return asyncImpl([F] (VoidTy) -> VoidTy { F(); return VoidTy(); }); in async()
111 std::shared_future<VoidTy> asyncImpl(TaskTy F);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DThreadPool.h57 return asyncImpl(std::move(Task)); in async()
64 return asyncImpl(std::forward<Function>(F)); in async()
74 std::shared_future<void> asyncImpl(TaskTy F);
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DThreadPool.h84 return asyncImpl(std::function<decltype(F())()>(std::forward<Func>(F)),
91 return asyncImpl(std::function<decltype(F())()>(std::forward<Func>(F)),
148 std::shared_future<ResTy> asyncImpl(std::function<ResTy()> Task, in asyncImpl() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DThreadPool.cpp81 std::shared_future<void> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl() function in ThreadPool
131 std::shared_future<void> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl() function in ThreadPool
/external/llvm/lib/Support/
DThreadPool.cpp85 std::shared_future<ThreadPool::VoidTy> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl() function in ThreadPool
139 std::shared_future<ThreadPool::VoidTy> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl() function in ThreadPool