Home
last modified time | relevance | path

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

/samples/net/sockets/echo_async_select/src/
A Dsocket_echo_select.c50 int fdnum; variable
83 if (fd >= fdnum) { in pollfds_add()
84 fdnum = fd + 1; in pollfds_add()
170 res = select(fdnum, &workfds, NULL, NULL, NULL);
176 for (int i = 0; i < fdnum; i++) {

Completed in 8 milliseconds