Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp307 static void setTokenState(AsyncToken *token, State state) { in setTokenState() function
344 setTokenState(token, State::kAvailable); in mlirAsyncRuntimeEmplaceToken()
352 setTokenState(token, State::kError); in mlirAsyncRuntimeSetTokenError()