Lines Matching refs:rfds
58 fd_set rfds; in test_pselect_basic() local
59 FD_ZERO (&rfds); in test_pselect_basic()
74 FD_SET (fds[0][0], &rfds); in test_pselect_basic()
83 e = pselect (fds[0][0] + 1, &rfds, NULL, NULL, &to, &ss); in test_pselect_basic()
98 FD_SET (fds[1][0], &rfds); in test_pselect_basic()
102 int e = pselect (fds[1][0] + 1, &rfds, NULL, NULL, NULL, &ss); in test_pselect_basic()
104 TEST_VERIFY (FD_ISSET (fds[1][0], &rfds)); in test_pselect_basic()
115 fd_set rfds; in test_pselect_large_timeout() local
116 FD_ZERO (&rfds); in test_pselect_large_timeout()
117 FD_SET (fds[0], &rfds); in test_pselect_large_timeout()
125 TEST_COMPARE (pselect (fds[0] + 1, &rfds, NULL, NULL, &ts, &ss), -1); in test_pselect_large_timeout()