Home
last modified time | relevance | path

Searched refs:max_fd (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/Socket/
DSocket.cpp165 int max_fd = -1; in SelectSockets() local
170 if (pSocketsToSelect[i] > max_fd) in SelectSockets()
172 max_fd = pSocketsToSelect[i]; in SelectSockets()
177 res = select(max_fd + 1, &rset, nullptr, nullptr, tvalptr); in SelectSockets()