Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dtime-polling.c171 fd_set *exception_fds, int max_fd, int num_iter, in time_select() argument
190 memcpy (&e_fds, exception_fds, sizeof i_fds); in time_select()
200 memcpy (&e_fds, exception_fds, sizeof i_fds); in time_select()
364 fd_set input_fds, output_fds, exception_fds; local
383 FD_ZERO (&exception_fds);
460 FD_SET (fd, &exception_fds);
486 time_select (&input_fds, &output_fds, &exception_fds, max_fd, max_iter,