Home
last modified time | relevance | path

Searched refs:pollfd (Results 1 – 10 of 10) sorted by relevance

/libuv/src/unix/
H A Dposix-poll.c58 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()
H A Dos390-syscalls.c109 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()
H A Daix.c135 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() local
843 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()
H A Dos390-syscalls.h49 struct pollfd* items;
H A Dos390.c611 struct pollfd p[1]; in uv__io_check_fd()
H A Dfs.c838 struct pollfd pfd; in uv__fs_sendfile_emul()
/libuv/include/uv/
H A Dposix.h26 struct pollfd* poll_fds; \
H A Dwin.h36 typedef struct pollfd { struct
/libuv/test/
H A Dtest-embed.c64 struct pollfd p; in TEST_IMPL()
/libuv/
H A DChangeLog2728 * zos: initialize pollfd revents (jBarz)

Completed in 42 milliseconds