Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/Socket/
DSocket.cpp107 struct timeval* tvalptr = nullptr; in SelectSocket() local
115 tvalptr = &tval; in SelectSocket()
122 res = select(sd + 1, &rset, nullptr, nullptr, tvalptr); in SelectSocket()
155 struct timeval* tvalptr = nullptr; in SelectSockets() local
160 tvalptr = &tval; in SelectSockets()
177 res = select(max_fd + 1, &rset, nullptr, nullptr, tvalptr); in SelectSockets()