Searched refs:RTFileAioCtxDestroy (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTFileAio.cpp168 RTTESTI_CHECK_RC(RTFileAioCtxDestroy(hAioContext), VINF_SUCCESS);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileNormal.cpp80 RTFileAioCtxDestroy(pAioMgr->hAioCtx);
90 RTFileAioCtxDestroy(pAioMgr->hAioCtx);
364 rc = RTFileAioCtxDestroy(pAioMgr->hAioCtx);
/vbox/include/iprt/
H A Dfile.h1388 RTDECL(int) RTFileAioCtxDestroy(RTFILEAIOCTX hAioCtx);
H A Dmangling.h555 # define RTFileAioCtxDestroy RT_MANGLER(RTFileAioCtxDestroy) macro
/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp304 RTDECL(int) RTFileAioCtxDestroy(RTFILEAIOCTX hAioCtx) function
/vbox/src/VBox/Runtime/r3/win/
H A Dfileaio-win.cpp300 RTDECL(int) RTFileAioCtxDestroy(RTFILEAIOCTX hAioCtx) function
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp997 rc = RTFileAioCtxDestroy(pThis->hAioCtx);
1151 rc = RTFileAioCtxDestroy(pThis->hAioCtx);
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp333 RTDECL(int) RTFileAioCtxDestroy(RTFILEAIOCTX hAioCtx) function
/vbox/src/VBox/Runtime/r3/linux/
H A Dfileaio-linux.cpp516 RTDECL(int) RTFileAioCtxDestroy(RTFILEAIOCTX hAioCtx) function
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp564 RTDECL(int) RTFileAioCtxDestroy(RTFILEAIOCTX hAioCtx) function

Completed in 110 milliseconds