Lines Matching defs:PRTAIOMGRINT
112 typedef RTAIOMGRINT *PRTAIOMGRINT;
130 PRTAIOMGRINT pAioMgr;
234 static int rtAioMgrReqsEnqueue(PRTAIOMGRINT pThis, PRTAIOMGRFILEINT pFile,
262 static PRTAIOMGRREQ rtAioMgrReqAlloc(PRTAIOMGRINT pThis)
274 static void rtAioMgrReqFree(PRTAIOMGRINT pThis, PRTAIOMGRREQ pReq)
288 static void rtAioMgrReqCompleteRc(PRTAIOMGRINT pThis, PRTAIOMGRREQ pReq,
401 static void rtAioMgrReqComplete(PRTAIOMGRINT pThis, RTFILEAIOREQ hReq)
413 static int rtAioMgrReqsEnqueue(PRTAIOMGRINT pThis, PRTAIOMGRFILEINT pFile,
605 static int rtAioMgrPrepareNewReqs(PRTAIOMGRINT pThis,
670 static int rtAioMgrQueueWaitingReqs(PRTAIOMGRINT pThis, PRTAIOMGRFILEINT pFile)
730 static int rtAioMgrQueueReqs(PRTAIOMGRINT pThis, PRTAIOMGRFILEINT pFile)
760 static int rtAioMgrCheckFiles(PRTAIOMGRINT pThis)
781 static int rtAioMgrProcessBlockingEvent(PRTAIOMGRINT pThis)
847 PRTAIOMGRINT pThis = (PRTAIOMGRINT)pvUser;
889 static int rtAioMgrWakeup(PRTAIOMGRINT pThis)
901 static int rtAioMgrWaitForBlockingEvent(PRTAIOMGRINT pThis, RTAIOMGREVENT enmEvent)
927 static int rtAioMgrAddFile(PRTAIOMGRINT pThis, PRTAIOMGRFILEINT pFile)
950 static int rtAioMgrCloseFile(PRTAIOMGRINT pThis, PRTAIOMGRFILEINT pFile)
970 static int rtAioMgrShutdown(PRTAIOMGRINT pThis)
987 static void rtAioMgrDestroy(PRTAIOMGRINT pThis)
1052 PRTAIOMGRINT pAioMgr;
1119 PRTAIOMGRINT pThis;
1124 pThis = (PRTAIOMGRINT)RTMemAllocZ(sizeof(RTAIOMGRINT));
1182 PRTAIOMGRINT pThis = hAioMgr;
1194 PRTAIOMGRINT pThis = hAioMgr;
1297 PRTAIOMGRINT pAioMgr;