Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h57 return asyncImpl(std::move(Task)); in async()
64 return asyncImpl(std::forward<Function>(F)); in async()
81 std::shared_future<void> asyncImpl(TaskTy F);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp83 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