Searched refs:readfds (Results 1 – 2 of 2) sorted by relevance
/tools/testing/selftests/rtc/ |
D | rtctest.c | 91 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/ |
D | turbostat.c | 3301 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()
|