Lines Matching defs:uh
757 RTHANDLEUNION uh;
758 uh.uInt = 0;
762 uh.hPipe = pHandle->u.hPipe;
763 if (uh.hPipe == NIL_RTPIPE)
765 rc = rtPipePollGetHandle(uh.hPipe, fEvents, &hNative);
769 uh.hSocket = pHandle->u.hSocket;
770 if (uh.hSocket == NIL_RTSOCKET)
772 rc = rtSocketPollGetHandle(uh.hSocket, fEvents, &hNative);
807 && pThis->paHandles[j].u.uInt == uh.uInt)
840 pThis->paHandles[i].u = uh;
905 RTHANDLEUNION const uh = pThis->paHandles[i].u;
927 if ( pThis->paHandles[i].u.uInt == uh.uInt
942 if ( pThis->paHandles[i].u.uInt == uh.uInt