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

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dio.c644 fd_set newOutputPending; local in function:FlushAllOutput
686 FD_ZERO(&newOutputPending);
698 FD_SET(oc->fd, &newOutputPending); /* set the bit again */
704 XFD_COPYSET(&newOutputPending, &OutputPending);

Completed in 3 milliseconds