HomeSort by: relevance | last modified time | path
    Searched refs:max_fd (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/os/
xserver_poll.c 112 register int max_fd = -1; /* return value */ local
146 max_fd = MAX (max_fd, pCur->fd);
149 return max_fd;
251 int max_fd; /* maximum fd value */ local
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/
spiceqxl_main_loop.c 245 int max_fd = -1; local
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
291 max_fd = set_watch_fds(&rfds, &wfds)
    [all...]

Completed in 7 milliseconds