Home
last modified time | relevance | path

Searched refs:pollidxs (Results 1 – 3 of 3) sorted by relevance

/libev/
H A Dev_poll.c59 array_needsize (int, pollidxs, pollidxmax, fd + 1, pollidx_init); in poll_modify()
61 idx = pollidxs [fd]; in poll_modify()
65 pollidxs [fd] = idx = pollcnt++; in poll_modify()
78 pollidxs [fd] = -1; in poll_modify()
83 pollidxs [polls [idx].fd] = idx; in poll_modify()
136 pollidxs = 0; pollidxmax = 0; in poll_init()
145 ev_free (pollidxs); in poll_destroy()
H A Dev_wrap.h72 #define pollidxs ((loop)->pollidxs) macro
171 #undef pollidxs
H A Dev_vars.h98 VARx(int *, pollidxs) /* maps fds into structure indices */