Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h51 using RefCountedObjPtr = void *; variable
54 extern "C" void mlirAsyncRuntimeAddRef(RefCountedObjPtr, int64_t);
57 extern "C" void mlirAsyncRuntimeDropRef(RefCountedObjPtr, int64_t);
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp228 extern "C" void mlirAsyncRuntimeAddRef(RefCountedObjPtr ptr, int64_t count) { in mlirAsyncRuntimeAddRef()
234 extern "C" void mlirAsyncRuntimeDropRef(RefCountedObjPtr ptr, int64_t count) { in mlirAsyncRuntimeDropRef()