Home
last modified time | relevance | path

Searched refs:polls (Results 1 – 4 of 4) sorted by relevance

/libev/
H A Dev_poll.c66 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 Dev_wrap.h74 #define polls ((loop)->polls) macro
173 #undef polls
H A Dev_vars.h95 VARx(struct pollfd *, polls)
H A Dev.pod1191 watchers invoked before the event loop sleeps or polls for new events, and