Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dtime-polling.c238 static void time_poll (struct pollfd *pollfd_array, int start_index, in time_poll() argument
255 poll (pollfd_array + start_index, num_to_test, 0); in time_poll()
260 nready = poll (pollfd_array + start_index, num_to_test, 0); in time_poll()
271 for (pollfd_ptr = pollfd_array + start_index; nready; ++pollfd_ptr) in time_poll()
370 struct pollfd pollfd_array[MAX_FDS]; local
386 memset (pollfd_array, 0, sizeof pollfd_array);
416 pollfd_array[fd].fd = fd;
417 pollfd_array[fd].events = 0;
464 pollfd_array[fd].events = POLLPRI | POLLIN;
476 pollfd_array[fd].events |= POLLOUT;
[all …]