HomeSort by: relevance | last modified time | path
    Searched defs:handle_wfds (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
359 FD_ZERO (&handle_wfds);
391 FD_SET ((SOCKET) h, &handle_wfds);
429 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0);
434 memcpy (&handle_wfds, wfds, sizeof (fd_set));
472 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0);
510 memcpy (&handle_wfds, wfds, sizeof (fd_set));
537 if (FD_ISSET (s, &handle_wfds))
  /src/external/gpl3/gdb.old/dist/gnulib/import/
select.c 274 fd_set handle_rfds, handle_wfds, handle_xfds; local
359 FD_ZERO (&handle_wfds);
391 FD_SET ((SOCKET) h, &handle_wfds);
429 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0);
434 memcpy (&handle_wfds, wfds, sizeof (fd_set));
472 rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0);
510 memcpy (&handle_wfds, wfds, sizeof (fd_set));
537 if (FD_ISSET (s, &handle_wfds))

Completed in 16 milliseconds