Lines Matching refs:hPollSet
432 RTDECL(int) RTPoll(RTPOLLSET hPollSet, RTMSINTERVAL cMillies, uint32_t *pfEvents, uint32_t *pid)
434 RTPOLLSETINTERNAL *pThis = hPollSet;
472 RTDECL(int) RTPollNoResume(RTPOLLSET hPollSet, RTMSINTERVAL cMillies, uint32_t *pfEvents, uint32_t *pid)
474 RTPOLLSETINTERNAL *pThis = hPollSet;
534 RTDECL(int) RTPollSetDestroy(RTPOLLSET hPollSet)
536 RTPOLLSETINTERNAL *pThis = hPollSet;
734 RTDECL(int) RTPollSetAdd(RTPOLLSET hPollSet, PCRTHANDLE pHandle, uint32_t fEvents, uint32_t id)
739 RTPOLLSETINTERNAL *pThis = hPollSet;
882 RTDECL(int) RTPollSetRemove(RTPOLLSET hPollSet, uint32_t id)
887 RTPOLLSETINTERNAL *pThis = hPollSet;
975 RTDECL(int) RTPollSetQueryHandle(RTPOLLSET hPollSet, uint32_t id, PRTHANDLE pHandle)
980 RTPOLLSETINTERNAL *pThis = hPollSet;
1010 RTDECL(uint32_t) RTPollSetGetCount(RTPOLLSET hPollSet)
1015 RTPOLLSETINTERNAL *pThis = hPollSet;
1029 RTDECL(int) RTPollSetEventsChange(RTPOLLSET hPollSet, uint32_t id, uint32_t fEvents)
1034 RTPOLLSETINTERNAL *pThis = hPollSet;