HomeSort by: relevance | last modified time | path
    Searched refs:AllClients (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xfs/dist/include/
globals.h 79 extern fd_set AllClients;
  /xsrc/external/mit/xorg-server.old/dist/os/
connection.c 137 fd_set AllClients; /* available clients */
378 FD_ZERO(&AllClients);
732 XFD_SETCOUNT(&AllClients) >= MaxClients
763 FD_SET(fd, &AllClients);
781 * Returns a mask with indices of new clients. Updates AllClients
944 FD_CLR(connection, &AllClients);
962 * The file descriptor has been closed, but is still in AllClients.
989 mask = AllClients.fds_bits[i];
1006 XFD_COPYSET(&AllClients, &savedAllClients);
1025 * Delete client from AllClients and free resources
    [all...]
osdep.h 189 extern fd_set AllClients;
WaitFor.c 246 if (! XFD_ANYSET (&AllClients))
317 XFD_ANDSET(&clientsReadable, &LastSelectMask, &AllClients);
io.c 608 if (FD_ISSET(fd, &AllClients))
xdmcp.c 709 if (XFD_ANYSET(&AllClients) && state == XDM_RUN_SESSION)
  /xsrc/external/mit/xfs/dist/os/
connection.c 103 fd_set AllClients;
170 FD_ZERO(&AllClients);
335 FD_SET(newconn, &AllClients);
428 FD_CLR(fd, &AllClients);
450 XFD_COPYSET(&AllClients, &mask);
500 FD_CLR(connection, &AllClients);
516 FD_SET(connection, &AllClients);
waitfor.c 178 XFD_ANDSET(&clientsReadable, &LastSelectMask, &AllClients);

Completed in 8 milliseconds