Searched defs:read_set (Results 1 - 1 of 1) sorted by relevance
/bionic/tests/ |
H A D | sys_socket_test.cpp | 82 fd_set read_set; local 83 FD_ZERO(&read_set); 84 FD_SET(fd, &read_set); 88 ASSERT_LT(0, select(fd+1, &read_set, NULL, NULL, &tv)); 210 fd_set read_set; local 211 FD_ZERO(&read_set); 212 FD_SET(fd_acc, &read_set); 218 ASSERT_LT(0, select(fd_acc+1, &read_set, NULL, NULL, &tv));
|
Completed in 14 milliseconds