Home
last modified time | relevance | path

Searched refs:maxFd (Results 1 - 3 of 3) sorted by relevance

/test/xts/acts/communication_lite/lwip_posix/src/
H A DActsLwipTest.cpp416 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 Dlwip_func_test.c351 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 DActsNetTest.cpp513 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