OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:working_set
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libpcap/dist/
pcap-sita.c
752
fd_set
working_set
;
local
759
memcpy(&
working_set
, &readfds, sizeof(readfds)); /* otherwise, we still have to listen for more stuff, till we timeout */
760
retval = select(max_fs + 1, &
working_set
, NULL, NULL, &tv);
768
if (FD_ISSET(fd, &
working_set
)) {
pcap-sita.c
752
fd_set
working_set
;
local
759
memcpy(&
working_set
, &readfds, sizeof(readfds)); /* otherwise, we still have to listen for more stuff, till we timeout */
760
retval = select(max_fs + 1, &
working_set
, NULL, NULL, &tv);
768
if (FD_ISSET(fd, &
working_set
)) {
Completed in 46 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026