Home
last modified time | relevance | path

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

/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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DThreadPool.h148 std::shared_future<ResTy> asyncImpl(std::function<ResTy()> Task, in asyncImpl() function