Searched refs:readfds (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 196 fd_set readfds; in TEST_F() local 198 FD_ZERO(&readfds); in TEST_F() 199 FD_SET(self->fd, &readfds); in TEST_F() 201 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F() 221 fd_set readfds; in TEST_F() local 262 FD_ZERO(&readfds); in TEST_F() 263 FD_SET(self->fd, &readfds); in TEST_F() 265 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F() 289 fd_set readfds; in TEST_F() local 330 FD_ZERO(&readfds); in TEST_F() [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | func-select.rst | 24 .. c:function:: int select( int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct … 32 ``readfds`` 62 function succeeds, setting the bit of the file descriptor in ``readfds`` 103 The ``readfds``, ``writefds``, ``exceptfds`` or ``timeout`` pointer
|
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 5981 fd_set readfds; in do_sleep() local 5984 FD_ZERO(&readfds); in do_sleep() 5985 FD_SET(0, &readfds); in do_sleep() 5993 retval = select(1, &readfds, NULL, NULL, &tout); in do_sleep()
|