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

/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp535 struct kevent aKEvents[AIO_MAXIMUM_REQUESTS_PER_CONTEXT]; local
541 rcBSD = kevent(pCtxInt->iKQueue, NULL, 0, aKEvents, cRequestsToWait, pTimeout);
555 PRTFILEAIOREQINTERNAL pReqInt = (PRTFILEAIOREQINTERNAL)aKEvents[i].udata;

Completed in 42 milliseconds