Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dtime-polling.c307 struct poll2ofd poll2ofd_array[MAX_FDS]; in time_poll2() local
310 poll2 (poll2ifd_array + start_index, poll2ofd_array, num_to_test, 0); in time_poll2()
315 nready = poll2 (poll2ifd_array + start_index, poll2ofd_array, in time_poll2()
331 revents = poll2ofd_array[i].revents; in time_poll2()
332 fd = poll2ofd_array[i].fd; in time_poll2()
376 struct poll2ofd poll2ofd_array[MAX_FDS]; local