Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dtime-polling.c184 fd_set i_fds, o_fds, e_fds; in time_select() local
189 memcpy (&o_fds, output_fds, sizeof i_fds); in time_select()
193 select (max_fd + 1, &i_fds, &o_fds, &e_fds, &tv); in time_select()
199 memcpy (&o_fds, output_fds, sizeof i_fds); in time_select()
203 nready = select (max_fd + 1, &i_fds, &o_fds, &e_fds, &tv); in time_select()
225 for (fd = find_first_set_bit (&o_fds, sizeof o_fds * 8); fd <= max_fd; in time_select()
226 fd = find_next_set_bit (&o_fds, sizeof o_fds * 8, fd) ) in time_select()