Searched refs:IgnoredClientsWithInput (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xfs/dist/os/ |
| H A D | connection.c | 486 static fd_set IgnoredClientsWithInput; variable in typeref:typename:fd_set 495 FD_SET(connection, &IgnoredClientsWithInput); 497 FD_CLR(connection, &IgnoredClientsWithInput); 519 if (FD_ISSET(connection, &IgnoredClientsWithInput))
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | connection.c | 154 fd_set IgnoredClientsWithInput; variable in typeref:typename:fd_set 1158 FD_SET(connection, &IgnoredClientsWithInput); 1160 FD_CLR(connection, &IgnoredClientsWithInput); 1169 FD_SET(connection, &IgnoredClientsWithInput); 1171 FD_CLR(connection, &IgnoredClientsWithInput); 1199 if (FD_ISSET (connection, &IgnoredClientsWithInput)) 1206 if (FD_ISSET(connection, &IgnoredClientsWithInput))
|
| H A D | osdep.h | 196 extern fd_set IgnoredClientsWithInput;
|
| H A D | io.c | 614 FD_SET(fd, &IgnoredClientsWithInput);
|
Completed in 8 milliseconds