Searched defs:phPollSet (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dpoll.h106 * @param phPollSet Where to return the poll set handle.
108 RTDECL(int) RTPollSetCreate(PRTPOLLSET phPollSet); variable
/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp497 RTDECL(int) RTPollSetCreate(PRTPOLLSET phPollSet) argument
499 AssertPtrReturn(phPollSet, VERR_INVALID_POINTER);
529 *phPollSet = pThis;

Completed in 80 milliseconds