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

/xsrc/external/mit/libX11/dist/src/
H A Dxcb_io.c107 int highest_fd = -1; local in function:check_internal_connections
117 if(ilist->fd > highest_fd)
118 highest_fd = ilist->fd;
120 assert(highest_fd >= 0);
124 result = select(highest_fd + 1, &r_mask, NULL, NULL, &tv);

Completed in 32 milliseconds