Searched refs:UserPoll (Results 1 – 1 of 1) sorted by relevance
219 static int UserPoll(struct pollfd *fds, nfds_t nfds, int timeout) in UserPoll() function1045 (exceptfds ? exceptfdsRet : NULL), (timeout ? (&timeoutRet) : NULL), UserPoll); in SysSelect()2587 ret = do_select(nfds, readfds, writefds, exceptfds, (struct timeval *)timeout, UserPoll); in SysPselect6()