Home
last modified time | relevance | path

Searched refs:read_set (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dconnection.cc72 fd_set read_set; in do_wait() local
74 FD_ZERO (&read_set); in do_wait()
75 FD_SET (m_fd, &read_set); in do_wait()
77 FD_SET (m_aux_fd, &read_set); in do_wait()
79 int nfds = select (FD_SETSIZE, &read_set, NULL, NULL, NULL); in do_wait()
93 if (m_aux_fd != -1 && FD_ISSET (m_aux_fd, &read_set)) in do_wait()
106 if (FD_ISSET (m_fd, &read_set)) in do_wait()
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dconnection.cc81 fd_set read_set; in do_wait() local
83 FD_ZERO (&read_set); in do_wait()
84 FD_SET (m_fd, &read_set); in do_wait()
86 FD_SET (m_aux_fd, &read_set); in do_wait()
88 int nfds = select (FD_SETSIZE, &read_set, NULL, NULL, NULL); in do_wait()
102 if (m_aux_fd != -1 && FD_ISSET (m_aux_fd, &read_set)) in do_wait()
115 if (FD_ISSET (m_fd, &read_set)) in do_wait()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dmini_inetd.c97 fd_set orig_read_set, read_set; in mini_inetd_addrinfo() local
142 read_set = orig_read_set; in mini_inetd_addrinfo()
144 ret = select (max_fd + 1, &read_set, NULL, NULL, NULL); in mini_inetd_addrinfo()
150 if (FD_ISSET (fds[i], &read_set)) { in mini_inetd_addrinfo()
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dkadm_conn.c180 fd_set orig_read_set, read_set; in wait_for_connection() local
205 read_set = orig_read_set; in wait_for_connection()
206 e = select(max_fd + 1, &read_set, NULL, NULL, NULL); in wait_for_connection()
214 if(FD_ISSET(socks[i], &read_set)) in wait_for_connection()
/netbsd-src/external/mit/isl/dist/
H A Disl_schedule_read.c624 static __isl_give isl_schedule_tree *read_set(isl_stream *s) in read_set() function
689 tree = read_set(s); in isl_stream_read_schedule_tree()
H A Disl_schedule_constraints.c627 context = read_set(s); in isl_stream_read_schedule_constraints()
/netbsd-src/external/bsd/libbind/dist/
H A Dconfigure.in214 [fd_set read_set; return (0);],
H A Dconfigure21290 fd_set read_set; return (0);