Searched refs:maxFd (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/communication_lite/lwip_posix/src/ |
H A D | ActsLwipTest.cpp | 416 int maxFd = srvFd; in SelectServerForFork() local 430 if (maxFd < fds[i]) { in SelectServerForFork() 431 maxFd = fds[i]; in SelectServerForFork() 436 ret = select(maxFd + 1, &readSet, NULL, NULL, &timev); in SelectServerForFork()
|
/test/xts/acts/communication_lite/lwip_hal/src/ |
H A D | lwip_func_test.c | 351 int maxFd = srvFd; in SelectServerTask() local 367 if (maxFd < fds[i]) { in SelectServerTask() 368 maxFd = fds[i]; in SelectServerTask() 373 ret = select(maxFd + 1, &readSet, NULL, NULL, &timev); in SelectServerTask()
|
/test/xts/acts/kernel_lite/net_posix/src/ |
H A D | ActsNetTest.cpp | 513 int maxFd = srvFd; in SelectServerForFork() local 526 if (maxFd < fds[i]) { in SelectServerForFork() 527 maxFd = fds[i]; in SelectServerForFork() 532 ret = select(maxFd + 1, &readSet, nullptr, nullptr, &timev); in SelectServerForFork()
|
Completed in 7 milliseconds