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

/vbox/src/VBox/Runtime/include/internal/
H A Dpipe.h41 * @param phNative Where to put the primary handle.
43 int rtPipePollGetHandle(RTPIPE hPipe, uint32_t fEvents, PRTHCINTPTR phNative);
H A Dsocket.h65 int rtSocketPollGetHandle(RTSOCKET hSocket, uint32_t fEvents, PRTHCINTPTR phNative);
/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/
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;
/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;

Completed in 108 milliseconds