HomeSort by: relevance | last modified time | path
    Searched defs:handle_xfds (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
select.c 274 fd_set handle_rfds, handle_wfds, handle_xfds; local
360 FD_ZERO (&handle_xfds);
397 FD_SET ((SOCKET) h, &handle_xfds);
429 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0);
435 memcpy (&handle_xfds, xfds, sizeof (fd_set));
472 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0);
511 memcpy (&handle_xfds, xfds, sizeof (fd_set));
539 if (FD_ISSET (s, &handle_xfds))
  /src/external/gpl3/gdb.old/dist/gnulib/import/
select.c 274 fd_set handle_rfds, handle_wfds, handle_xfds; local
360 FD_ZERO (&handle_xfds);
397 FD_SET ((SOCKET) h, &handle_xfds);
429 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0);
435 memcpy (&handle_xfds, xfds, sizeof (fd_set));
472 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0);
511 memcpy (&handle_xfds, xfds, sizeof (fd_set));
539 if (FD_ISSET (s, &handle_xfds))

Completed in 23 milliseconds