Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/platform_include/sys/
Dpoll.h32 typedef unsigned int nfds_t; typedef
34 int poll(struct pollfd *fds, nfds_t nfds, int timeout);
/hal_espressif-latest/components/newlib/
Dpoll.c13 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()