OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_set
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/libcc1/
connection.cc
72
fd_set
read_set
;
local
74
FD_ZERO (&
read_set
);
75
FD_SET (m_fd, &
read_set
);
77
FD_SET (m_aux_fd, &
read_set
);
79
int nfds = select (FD_SETSIZE, &
read_set
, NULL, NULL, NULL);
93
if (m_aux_fd != -1 && FD_ISSET (m_aux_fd, &
read_set
))
106
if (FD_ISSET (m_fd, &
read_set
))
/src/external/gpl3/gcc.old/dist/libcc1/
connection.cc
72
fd_set
read_set
;
local
74
FD_ZERO (&
read_set
);
75
FD_SET (m_fd, &
read_set
);
77
FD_SET (m_aux_fd, &
read_set
);
79
int nfds = select (FD_SETSIZE, &
read_set
, NULL, NULL, NULL);
93
if (m_aux_fd != -1 && FD_ISSET (m_aux_fd, &
read_set
))
106
if (FD_ISSET (m_fd, &
read_set
))
/src/crypto/external/bsd/heimdal/dist/lib/roken/
mini_inetd.c
97
fd_set orig_read_set,
read_set
;
local
142
read_set
= orig_read_set;
144
ret = select (max_fd + 1, &
read_set
, NULL, NULL, NULL);
150
if (FD_ISSET (fds[i], &
read_set
)) {
/src/crypto/external/bsd/heimdal/dist/kadmin/
kadm_conn.c
180
fd_set orig_read_set,
read_set
;
local
205
read_set
= orig_read_set;
206
e = select(max_fd + 1, &
read_set
, NULL, NULL, NULL);
214
if(FD_ISSET(socks[i], &
read_set
))
/src/external/mit/isl/dist/
isl_schedule_read.c
624
static __isl_give isl_schedule_tree *
read_set
(isl_stream *s)
function
689
tree =
read_set
(s);
Completed in 18 milliseconds
Indexes created Sun Aug 30 00:27:18 UTC 2026