Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/echo_async_select/src/
Dsocket_echo_select.c49 fd_set workfds; variable
169 workfds = readfds;
170 res = select(fdnum, &workfds, NULL, NULL, NULL);
177 if (!FD_ISSET(i, &workfds)) {