Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/ExecutionEngine/
DAsyncRuntime.cpp113 struct AsyncToken : public RefCounted { struct
119 AsyncToken(AsyncRuntime *runtime) : RefCounted(runtime, /*count=*/2) {} in AsyncToken() argument
122 std::mutex mu;
123 std::condition_variable cv;
125 bool ready = false;
126 std::vector<std::function<void()>> awaiters;