Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp193 struct AsyncValue : public RefCounted { struct
195 AsyncValue(AsyncRuntime *runtime, int64_t size) in AsyncValue() argument
199 std::atomic<State::StateEnum> state;
202 std::vector<int8_t> storage;
205 std::mutex mu;
206 std::condition_variable cv;
207 std::vector<std::function<void()>> awaiters;