Home
last modified time | relevance | path

Searched refs:TaskTy (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DThreadPool.h55 using TaskTy = std::function<void()>; variable
61 using TaskTy = std::function<bool(bool)>;
111 std::shared_future<VoidTy> asyncImpl(TaskTy F);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DThreadPool.h39 using TaskTy = std::function<void()>;
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()
132 std::shared_future<void> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl()
/external/llvm/lib/Support/
DThreadPool.cpp85 std::shared_future<ThreadPool::VoidTy> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl()
139 std::shared_future<ThreadPool::VoidTy> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl()