Searched refs:phAioMgr (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Daiomgr.h51 * @param phAioMgr Where to store the new async I/O manager handle on success.
55 RTDECL(int) RTAioMgrCreate(PRTAIOMGR phAioMgr, uint32_t cReqsMax);
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp1116 RTDECL(int) RTAioMgrCreate(PRTAIOMGR phAioMgr, uint32_t cReqsMax) argument
1121 AssertPtrReturn(phAioMgr, VERR_INVALID_POINTER);
1175 *phAioMgr = pThis;

Completed in 43 milliseconds