Searched refs:pollfd (Results 1 – 10 of 10) sorted by relevance
58 struct pollfd* p; in uv__pollfds_maybe_resize()79 struct pollfd pfd; in uv__pollfds_swap()88 struct pollfd* pe; in uv__pollfds_add()146 struct pollfd* pe; in uv__io_poll()368 struct pollfd p[1]; in uv__io_check_fd()
109 struct pollfd* newlst; in maybe_resize()110 struct pollfd event; in maybe_resize()279 #define EP_MAX_PFDS (ULONG_MAX / sizeof(struct pollfd))285 struct pollfd* pfds; in epoll_wait()291 struct pollfd msg_fd; in epoll_wait()328 struct pollfd* pfd; in epoll_wait()
135 struct pollfd events[1024]; in uv__io_poll()136 struct pollfd pqry; in uv__io_poll()137 struct pollfd* pe; in uv__io_poll()793 fd_set pollfd; in uv_fs_event_start() local843 FD_ZERO(&pollfd); in uv_fs_event_start()844 FD_SET(fd, &pollfd); in uv_fs_event_start()845 rc = select(fd + 1, &pollfd, NULL, NULL, &zt); in uv_fs_event_start()1297 struct pollfd* events; in uv__platform_invalidate_fd()1305 events = (struct pollfd*) loop->watchers[loop->nwatchers]; in uv__platform_invalidate_fd()
49 struct pollfd* items;
611 struct pollfd p[1]; in uv__io_check_fd()
838 struct pollfd pfd; in uv__fs_sendfile_emul()
26 struct pollfd* poll_fds; \
36 typedef struct pollfd { struct
64 struct pollfd p; in TEST_IMPL()
2728 * zos: initialize pollfd revents (jBarz)
Completed in 36 milliseconds