Searched refs:pollfd (Results 1 – 5 of 5) sorted by relevance
| /third_party/ulib/musl/include/ |
| A D | poll.h | 30 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 D | res_msend.c | 36 struct pollfd pfd; in __res_msend_rc()
|
| /third_party/ulib/musl/stubs/ |
| A D | iostubs.c | 510 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 D | usbhost.c | 639 struct pollfd p = {.fd = dev->fd, .events = POLLOUT, .revents = 0}; in usb_request_wait()
|
| /third_party/ulib/linenoise/ |
| A D | linenoise.c | 298 struct pollfd p = { in getCursorPosition()
|
Completed in 13 milliseconds