Home
last modified time | relevance | path

Searched defs:pollfd (Results 1 – 5 of 5) sorted by relevance

/device/soc/esp/esp32/components/newlib/platform_include/sys/
Dpoll.h34 struct pollfd { struct
42 int poll(struct pollfd *fds, nfds_t nfds, int timeout); argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dpoll.h34 struct pollfd { struct
40 int poll (struct pollfd *, nfds_t, int); argument
/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/
Dsockets.h530 struct pollfd struct
532 int fd;
533 short events;
534 short revents;
/device/soc/beken/bk7235/liteos_m/third_party_adapter/lwip_intf_v2_1/lwip-2.1.2/port/
Dsockets.c2512 const struct pollfd *pollfd = &scb->poll_fds[fdi]; in lwip_poll_should_wake() local
/device/soc/esp/esp32/components/esp_lwip/lwip/src/api/
Dsockets.c2511 const struct pollfd *pollfd = &scb->poll_fds[fdi]; in lwip_poll_should_wake() local