Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/dfs/include/
H A Ddfs_poll.h34 struct pollfd struct
43 int poll(struct pollfd *fds, nfds_t nfds, int timeout); argument
/nrf52832-nimble/rt-thread/components/dfs/src/
H A Dpoll.c118 static int do_pollfd(struct pollfd *pollfd, rt_pollreq_t *req) in do_pollfd()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dsockets.h508 struct pollfd struct
510 int fd;
511 short events;
512 short revents;
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dsockets.c2465 const struct pollfd *pollfd = &scb->poll_fds[fdi]; in lwip_poll_should_wake() local