Searched refs:max_fd (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/os/
H A Dxserver_poll.c112 register int max_fd = -1; /* return value */ local in function:map_poll_spec
146 max_fd = MAX (max_fd, pCur->fd);
149 return max_fd;
251 int max_fd; /* maximum fd value */ local in function:xserver_poll
262 max_fd = map_poll_spec (pArray, n_fds,
271 ready_descriptors = select (max_fd + 1, &read_descs, &write_descs,
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_main_loop.c245 int max_fd = -1; local in function:set_watch_fds
251 max_fd = watch->fd > max_fd ? watch->fd : max_fd;
255 max_fd = watch->fd > max_fd ? watch->fd : max_fd;
258 return max_fd;
282 int max_fd = -1; local in function:select_and_check_watches
291 max_fd
[all...]

Completed in 3 milliseconds