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

/xsrc/external/mit/xfs/dist/os/
H A Dconnection.c486 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 Dconnection.c154 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 Dosdep.h196 extern fd_set IgnoredClientsWithInput;
H A Dio.c614 FD_SET(fd, &IgnoredClientsWithInput);

Completed in 8 milliseconds