Lines Matching refs:polls
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()
146 ev_free (polls); in poll_destroy()