Home
last modified time | relevance | path

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

/tools/testing/selftests/rtc/
Drtctest.c91 fd_set readfds; in TEST_F() local
93 FD_ZERO(&readfds); in TEST_F()
94 FD_SET(self->fd, &readfds); in TEST_F()
96 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F()
116 fd_set readfds; in TEST_F() local
143 FD_ZERO(&readfds); in TEST_F()
144 FD_SET(self->fd, &readfds); in TEST_F()
146 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F()
170 fd_set readfds; in TEST_F() local
197 FD_ZERO(&readfds); in TEST_F()
[all …]
/tools/power/x86/turbostat/
Dturbostat.c3301 fd_set readfds; in do_sleep() local
3304 FD_ZERO(&readfds); in do_sleep()
3305 FD_SET(0, &readfds); in do_sleep()
3313 retval = select(1, &readfds, NULL, NULL, &tout); in do_sleep()