Home
last modified time | relevance | path

Searched refs:asyncImpl (Results 1 – 4 of 4) 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-7.0/llvm/include/llvm/Support/
DThreadPool.h58 return asyncImpl(std::move(Task)); in async()
65 return asyncImpl(std::forward<Function>(F)); in async()
75 std::shared_future<void> asyncImpl(TaskTy F);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DThreadPool.cpp82 std::shared_future<void> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl() function in ThreadPool
132 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