Searched refs:i_fds (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | time-polling.c | 184 fd_set i_fds, o_fds, e_fds; in time_select() local 188 memcpy (&i_fds, input_fds, sizeof i_fds); in time_select() 189 memcpy (&o_fds, output_fds, sizeof i_fds); in time_select() 190 memcpy (&e_fds, exception_fds, sizeof i_fds); in time_select() 193 select (max_fd + 1, &i_fds, &o_fds, &e_fds, &tv); in time_select() 198 memcpy (&i_fds, input_fds, sizeof i_fds); in time_select() 199 memcpy (&o_fds, output_fds, sizeof i_fds); in time_select() 200 memcpy (&e_fds, exception_fds, sizeof i_fds); in time_select() 203 nready = select (max_fd + 1, &i_fds, &o_fds, &e_fds, &tv); in time_select() 220 for (fd = find_first_set_bit (&i_fds, sizeof i_fds * 8); fd <= max_fd; in time_select() [all …]
|