Searched refs:fdMax (Results 1 – 3 of 3) sorted by relevance
101 ctx->fdMax = -1; in evCreate()273 if ((options & EV_WAIT) != 0 && !nextTimer && ctx->fdMax == -1) in evGetNext()325 x = pselect(ctx->fdMax+1, in evGetNext()358 for (x = 0; x <= ctx->fdMax; x++) { in evGetNext()776 if (ctx != NULL && ctx->fdMax != -1) { in pselect()778 pnfds = ctx->fdMax - ctx->firstfd + 1; in pselect()788 for (e = 0, i = ctx->firstfd; i <= ctx->fdMax; i++) { in pselect()892 if (fd == ctx->fdMax) in __fd_clr()893 while (ctx->fdMax > ctx->firstfd && in __fd_clr()894 ctx->pollfds[ctx->fdMax].fd < 0) in __fd_clr()[all …]
141 if (fd > ctx->fdMax) in evSelectFD()142 ctx->fdMax = fd; in evSelectFD()246 if (del->fd == ctx->fdMax) { in evDeselectFD()247 ctx->fdMax = -1; in evDeselectFD()249 if (cur->fd > ctx->fdMax) in evDeselectFD()250 ctx->fdMax = cur->fd; in evDeselectFD()
229 int fdMax, fdCount, highestFD; member236 int fdMax; /* Last active fd */ member