Searched refs:polls (Results 1 – 4 of 4) sorted by relevance
| /libev/ |
| H A D | ev_poll.c | 66 array_needsize (struct pollfd, polls, pollmax, pollcnt, EMPTY2); in poll_modify() 67 polls [idx].fd = fd; in poll_modify() 70 assert (polls [idx].fd == fd); in poll_modify() 73 polls [idx].events = in poll_modify() 82 polls [idx] = polls [pollcnt]; in poll_modify() 83 pollidxs [polls [idx].fd] = idx; in poll_modify() 95 res = poll (polls, pollcnt, timeout * 1e3); in poll_poll() 108 for (p = polls; res; ++p) in poll_poll() 110 assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt)); in poll_poll() 137 polls = 0; pollmax = 0; pollcnt = 0; in poll_init() [all …]
|
| H A D | ev_wrap.h | 74 #define polls ((loop)->polls) macro 173 #undef polls
|
| H A D | ev_vars.h | 95 VARx(struct pollfd *, polls)
|
| H A D | ev.pod | 1191 watchers invoked before the event loop sleeps or polls for new events, and
|