Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp173 struct AsyncToken : public RefCounted { struct
179 AsyncToken(AsyncRuntime *runtime) in AsyncToken() argument
182 std::atomic<State::StateEnum> state;
185 std::mutex mu;
186 std::condition_variable cv;
187 std::vector<std::function<void()>> awaiters;