Home
last modified time | relevance | path

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

/libev/
H A Dev_poll.c65 pollidxs [fd] = idx = pollcnt++; in poll_modify()
66 array_needsize (struct pollfd, polls, pollmax, pollcnt, EMPTY2); in poll_modify()
80 if (expect_true (idx < --pollcnt)) in poll_modify()
82 polls [idx] = polls [pollcnt]; in poll_modify()
95 res = poll (polls, pollcnt, timeout * 1e3); 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()
H A Dev_wrap.h70 #define pollcnt ((loop)->pollcnt) macro
169 #undef pollcnt
H A Dev_vars.h97 VARx(int, pollcnt)