Searched refs:readSet (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
H A D | socket_test.cpp | 85 fd_set readSet; in SelectFunc() local 86 FD_ZERO(&readSet); in SelectFunc() 87 FD_SET(returnVal.fd, &readSet); in SelectFunc() 89 int result = select(returnVal.fd + 1, &readSet, nullptr, nullptr, &tv); in SelectFunc() 273 fd_set readSet; in HWTEST_F() local 274 FD_ZERO(&readSet); in HWTEST_F() 275 FD_SET(acceptFd, &readSet); in HWTEST_F() 280 EXPECT_LT(0, select(acceptFd + 1, &readSet, nullptr, nullptr, &tv)); in HWTEST_F() 444 fd_set readSet; in HWTEST_F() local 445 FD_ZERO(&readSet); in HWTEST_F() [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_recv_chk_test.cpp | 70 fd_set readSet; in CallSelectFunc() local 71 FD_ZERO(&readSet); in CallSelectFunc() 72 FD_SET(returnVal.fd, &readSet); in CallSelectFunc() 74 EXPECT_GT(select(returnVal.fd + 1, &readSet, nullptr, nullptr, &tv), 0); in CallSelectFunc()
|
/third_party/curl/tests/libtest/ |
H A D | lib582.c | 308 fd_set readSet, writeSet; in test() local 312 FD_ZERO(&readSet); in test() 314 updateFdSet(&sockets.read, &readSet, &maxFd); in test() 327 select_test((int)maxFd, &readSet, &writeSet, NULL, &tv); in test() 330 checkFdSet(m, &sockets.read, &readSet, CURL_CSELECT_IN, "read"); in test()
|
H A D | lib530.c | 305 fd_set readSet, writeSet; in testone() local 309 FD_ZERO(&readSet); in testone() 311 updateFdSet(&sockets.read, &readSet, &maxFd); in testone() 325 select_test((int)maxFd, &readSet, &writeSet, NULL, &tv); in testone() 328 res = checkFdSet(m, &sockets.read, &readSet, CURL_CSELECT_IN, "read"); in testone()
|
Completed in 3 milliseconds