Home
last modified time | relevance | path

Searched refs:pollfd (Results 1 - 4 of 4) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/
H A Dpoll.h27 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 Dpoll.h31 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 Dposix.h26 struct pollfd* poll_fds; \
H A Dwin.h36 typedef struct pollfd { struct

Completed in 3 milliseconds