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

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_fence.c207 nfds_t nfds = 0; local in function:tu_fence_init_poll_fds
217 nfds = 0;
223 fds[nfds].fd = fence->fd;
224 fds[nfds].events = POLLIN;
225 fds[nfds].revents = 0;
226 nfds++;
229 return nfds;
252 tu_fence_poll_fds(struct pollfd *fds, nfds_t nfds, uint64_t *timeout_ns) argument
257 int ret = poll(fds, nfds, tu_fence_get_poll_timeout(*timeout_ns));
287 uint32_t nfds local in function:tu_fence_update_fences_and_poll_fds
339 nfds_t nfds = tu_fence_init_poll_fds(fenceCount, pFences, waitAll, fds); local in function:tu_WaitForFences
[all...]
/xsrc/external/mit/xorg-server/dist/include/
H A Dxserver_poll.h32 #define xserver_poll(fds, nfds, timeout) poll(fds, nfds, timeout)
/xsrc/external/mit/libX11/dist/src/
H A Dos2Stubs.c121 int os2ClientSelect(int nfds, fd_set *readfds, fd_set *writefds, argument
180 n = os2_parse_select(&sd,nfds);
277 int os2_parse_select(sd,nfds)
279 int nfds;
287 if(nfds > sd->max_fds){
294 else { sd->max_fds = nfds; }
296 if(sd->max_fds > nfds) sd->max_fds = nfds;
/xsrc/external/mit/libXt/dist/src/
H A DNextEvent.c232 int nfds;
314 wf->nfds = app->fds.nfds;
374 return Select (wf->nfds, &wf->rmask, &wf->wmask, &wf->emask,
382 int nfds _X_UNUSED,
461 for (ii = 0; ii < wf->nfds && nfds > 0; ii++) {
469 nfds--;
499 nfds--;
507 nfds
585 int nfds, dpy_no, found_input, dd; local in function:_XtWaitForSomething
[all...]
H A DDisplay.c132 app->fds.nfds++;
134 if (ConnectionNumber(d) + 1 > app->fds.nfds) {
135 app->fds.nfds = ConnectionNumber(d) + 1;
159 app->fds.nfds--;
161 if ((ConnectionNumber(d) + 1) == app->fds.nfds)
162 app->fds.nfds--;
449 app->fds.nfds = 0;
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_main_loop.c329 static void xspice_wakeup_handler(pointer data, int nfds, pointer readmask) argument
331 if (!nfds && no_write_watches(&watches)) {
/xsrc/external/mit/libXt/dist/include/X11/
H A DInitialI.h127 int nfds; member in struct:__anon9d00ca500108

Completed in 8 milliseconds