Searched defs:phNative (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dpipe-posix.cpp674 int rtPipePollGetHandle(RTPIPE hPipe, uint32_t fEvents, PRTHCINTPTR phNative) argument
683 *phNative = pThis->fd;
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp881 int rtPipePollGetHandle(RTPIPE hPipe, uint32_t fEvents, PRTHCINTPTR phNative) argument
895 *phNative = (RTHCINTPTR)pThis->hev;
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp1173 int rtPipePollGetHandle(RTPIPE hPipe, uint32_t fEvents, PRTHCINTPTR phNative) argument
1185 *phNative = (RTHCINTPTR)pThis->Overlapped.hEvent;
/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp1854 * @param phNative Where to put the primary handle.
1856 int rtSocketPollGetHandle(RTSOCKET hSocket, uint32_t fEvents, PRTHCINTPTR phNative) argument
1866 *phNative = (RTHCINTPTR)pThis->hEvent;
1870 *phNative = (RTHCINTPTR)pThis->hEvent;
1879 *phNative = (RTHCUINTPTR)pThis->hNative;

Completed in 43 milliseconds