Searched refs:read_set (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | sys_socket_test.cpp | 82 fd_set read_set; in RunTest() local 83 FD_ZERO(&read_set); in RunTest() 84 FD_SET(fd, &read_set); in RunTest() 88 ASSERT_LT(0, select(fd+1, &read_set, NULL, NULL, &tv)); in RunTest() 210 fd_set read_set; in TestSendMMsg() local 211 FD_ZERO(&read_set); in TestSendMMsg() 212 FD_SET(fd_acc, &read_set); in TestSendMMsg() 218 ASSERT_LT(0, select(fd_acc+1, &read_set, NULL, NULL, &tv)); in TestSendMMsg()
|