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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTFileAio.cpp167 RTTESTI_CHECK_RC(RTFileAioReqDestroy(paReqs[i]), VINF_SUCCESS);
/vbox/include/iprt/
H A Dfile.h1129 * RTFileAioReqDestroy().
1154 * destroyed RTFileAioReqDestroy(). It is also allowed to prepare a the request
1263 RTDECL(int) RTFileAioReqDestroy(RTFILEAIOREQ hReq);
H A Dmangling.h563 # define RTFileAioReqDestroy RT_MANGLER(RTFileAioReqDestroy) macro
/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp132 RTDECL(int) RTFileAioReqDestroy(RTFILEAIOREQ hReq) function
/vbox/src/VBox/Runtime/r3/win/
H A Dfileaio-win.cpp154 RTDECL(int) RTFileAioReqDestroy(RTFILEAIOREQ hReq) function
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp163 RTDECL(int) RTFileAioReqDestroy(RTFILEAIOREQ hReq) function
/vbox/src/VBox/Runtime/r3/linux/
H A Dfileaio-linux.cpp341 RTDECL(int) RTFileAioReqDestroy(RTFILEAIOREQ hReq) function
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp1111 int rc = RTFileAioReqDestroy(pReq->hReqIo);
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp370 RTDECL(int) RTFileAioReqDestroy(RTFILEAIOREQ hReq) function
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileNormal.cpp96 RTFileAioReqDestroy(pAioMgr->pahReqsFree[pAioMgr->iFreeEntry]);

Completed in 101 milliseconds