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

/xsrc/external/mit/xfs/dist/os/
H A Dwaitfor.c102 fd_set clientsWriteable; local in function:WaitForSomething
144 XFD_COPYSET(&ClientsWriteBlocked, &clientsWriteable);
145 i = Select(MAXSOCKS, &LastSelectMask, &clientsWriteable, NULL, wt);
153 FD_ZERO(&clientsWriteable);
171 if (AnyClientsWriteBlocked && XFD_ANYSET(&clientsWriteable)) {
173 XFD_ORSET(&OutputPending, &clientsWriteable, &OutputPending);
174 XFD_UNSET(&ClientsWriteBlocked, &clientsWriteable);

Completed in 3 milliseconds