Lines Matching refs:readfds
92 fd_set readfds; in TEST_F() local
94 FD_ZERO(&readfds); in TEST_F()
95 FD_SET(self->fd, &readfds); in TEST_F()
97 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F()
117 fd_set readfds; in TEST_F() local
144 FD_ZERO(&readfds); in TEST_F()
145 FD_SET(self->fd, &readfds); in TEST_F()
147 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F()
174 fd_set readfds; in TEST_F() local
201 FD_ZERO(&readfds); in TEST_F()
202 FD_SET(self->fd, &readfds); in TEST_F()
204 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F()