Searched refs:pollfd (Results 1 - 4 of 4) sorted by relevance
/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/ |
H A D | poll.h | 27 int __poll_chk(struct pollfd*, nfds_t, int, size_t);
29 int __ppoll_chk(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*, size_t);
34 int poll(struct pollfd* const fds __DIAGNOSE_PASS_OBJECT_SIZE, nfds_t fd_amount, int timeout)
51 int ppoll(struct pollfd* const fds __DIAGNOSE_PASS_OBJECT_SIZE, nfds_t fd_amount,
|
/interface/sdk_c/third_party/musl/ndk_musl_include/ |
H A D | poll.h | 31 struct pollfd {
struct 37 int poll (struct pollfd *, nfds_t, int);
44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
|
/interface/sdk_c/third_party/libuv/include/uv/ |
H A D | posix.h | 26 struct pollfd* poll_fds; \
|
H A D | win.h | 36 typedef struct pollfd { struct
|
Completed in 3 milliseconds