Searched refs:read_set (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libcc1/ |
| H A D | connection.cc | 72 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 D | connection.cc | 81 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 D | mini_inetd.c | 97 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 D | kadm_conn.c | 180 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 D | isl_schedule_read.c | 624 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 D | isl_schedule_constraints.c | 627 context = read_set(s); in isl_stream_read_schedule_constraints()
|
| /netbsd-src/external/bsd/libbind/dist/ |
| H A D | configure.in | 214 [fd_set read_set; return (0);],
|
| H A D | configure | 21290 fd_set read_set; return (0);
|