Searched refs:OutputPending (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xfs/dist/include/ |
| H A D | globals.h | 80 extern fd_set OutputPending;
|
| /xsrc/external/mit/xfs/dist/os/ |
| H A D | waitfor.c | 173 XFD_ORSET(&OutputPending, &clientsWriteable, &OutputPending);
|
| H A D | io.c | 513 mask = OutputPending.fds_bits[base]; 514 OutputPending.fds_bits[base] = 0; 525 FD_SET(oc->fd, &OutputPending); 558 FD_CLR(oc->fd, &OutputPending); 563 FD_SET(oc->fd, &OutputPending);
|
| H A D | connection.c | 107 fd_set OutputPending; variable in typeref:typename:fd_set 433 FD_CLR(fd, &OutputPending);
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | io.c | 664 mask = OutputPending.fds_bits[ base ]; 665 OutputPending.fds_bits[ base ] = 0; 678 FD_SET(oc->fd, &OutputPending); /* set the bit again */ 687 for (base = 0; base < XFD_SETCOUNT(&OutputPending); base++) 689 index = XFD_FD(&OutputPending, base); 704 XFD_COPYSET(&newOutputPending, &OutputPending); 851 FD_CLR(oc->fd, &OutputPending); 852 if(!XFD_ANYSET(&OutputPending)) { 864 FD_SET(oc->fd, &OutputPending);
|
| H A D | osdep.h | 195 extern fd_set OutputPending;
|
| H A D | WaitFor.c | 310 XFD_ORSET(&OutputPending, &clientsWritable, &OutputPending);
|
| H A D | connection.c | 141 fd_set OutputPending; /* clients with reply/event data ready to go */ variable in typeref:typename:fd_set 956 FD_CLR(connection, &OutputPending);
|
Completed in 10 milliseconds