Searched refs:nfds_t (Results 1 - 2 of 2) 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 | 29 typedef unsigned long nfds_t;
typedef 37 int poll (struct pollfd *, nfds_t, int);
44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
|
Completed in 1 milliseconds