Searched refs:MIN_FDS (Results 1 – 1 of 1) sorted by relevance
192 #define MIN_FDS 2 in _nc_timed_wait() macro193 struct pollfd fd_list[MIN_FDS]; in _nc_timed_wait()246 fds = typeMalloc(struct pollfd, MIN_FDS + evl->count); in _nc_timed_wait()492 for (count = 0; count < MIN_FDS; count++) { in _nc_timed_wait()