OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handle_rfds
(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
358
FD_ZERO (&
handle_rfds
);
385
FD_SET ((SOCKET) h, &
handle_rfds
);
429
rc = select (0, &
handle_rfds
, &handle_wfds, &handle_xfds, &tv0);
433
memcpy (&
handle_rfds
, rfds, sizeof (fd_set));
472
rc = select (0, &
handle_rfds
, &handle_wfds, &handle_xfds, &tv0);
509
memcpy (&
handle_rfds
, rfds, sizeof (fd_set));
535
if (FD_ISSET (s, &
handle_rfds
))
/src/external/gpl3/gdb.old/dist/gnulib/import/
select.c
274
fd_set
handle_rfds
, handle_wfds, handle_xfds;
local
358
FD_ZERO (&
handle_rfds
);
385
FD_SET ((SOCKET) h, &
handle_rfds
);
429
rc = select (0, &
handle_rfds
, &handle_wfds, &handle_xfds, &tv0);
433
memcpy (&
handle_rfds
, rfds, sizeof (fd_set));
472
rc = select (0, &
handle_rfds
, &handle_wfds, &handle_xfds, &tv0);
509
memcpy (&
handle_rfds
, rfds, sizeof (fd_set));
535
if (FD_ISSET (s, &
handle_rfds
))
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026