Searched refs:RefCountedObjPtr (Results 1 – 2 of 2) sorted by relevance
51 using RefCountedObjPtr = void *; variable54 extern "C" void mlirAsyncRuntimeAddRef(RefCountedObjPtr, int64_t);57 extern "C" void mlirAsyncRuntimeDropRef(RefCountedObjPtr, int64_t);
228 extern "C" void mlirAsyncRuntimeAddRef(RefCountedObjPtr ptr, int64_t count) { in mlirAsyncRuntimeAddRef()234 extern "C" void mlirAsyncRuntimeDropRef(RefCountedObjPtr ptr, int64_t count) { in mlirAsyncRuntimeDropRef()