Home
last modified time | relevance | path

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

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