Home
last modified time | relevance | path

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

/third_party/ulib/musl/include/
A Dpoll.h30 struct pollfd { struct
36 int poll(struct pollfd*, nfds_t, int); argument
43 int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
/third_party/ulib/musl/src/network/
A Dres_msend.c36 struct pollfd pfd; in __res_msend_rc()
/third_party/ulib/musl/stubs/
A Diostubs.c510 static int stub_poll(struct pollfd* fds, nfds_t n, int timeout) { in stub_poll()
517 static int stub_ppoll(struct pollfd* fds, nfds_t n, const struct timespec* timeout_ts, in stub_ppoll()
/third_party/ulib/usbhost/
A Dusbhost.c639 struct pollfd p = {.fd = dev->fd, .events = POLLOUT, .revents = 0}; in usb_request_wait()
/third_party/ulib/linenoise/
A Dlinenoise.c298 struct pollfd p = { in getCursorPosition()

Completed in 13 milliseconds