Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dpoll.c20 int max_fd = -1; in poll() local
53 max_fd = MAX(max_fd, fds[i].fd); in poll()
59 max_fd = MAX(max_fd, fds[i].fd); in poll()
63 …const int select_ret = select(max_fd + 1, &readfds, &writefds, &errorfds, timeout < 0 ? NULL: &tv); in poll()