Home
last modified time | relevance | path

Searched refs:nfds_t (Results 1 - 25 of 61) sorted by relevance

123

/third_party/musl/porting/linux/user/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,
/third_party/musl/include/fortify/linux/
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,
/third_party/musl/porting/uniproton/kernel/include/
H A Dpoll.h29 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 *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpoll.h29 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 *);
/third_party/musl/porting/linux/user/include/
H A Dpoll.h29 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 *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpoll.h29 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 *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpoll.h33 typedef unsigned long nfds_t; typedef
41 int poll (struct pollfd *, nfds_t, int);
48 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dpoll.h33 typedef unsigned long nfds_t; typedef
41 int poll (struct pollfd *, nfds_t, int);
45 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
/third_party/musl/include/
H A Dpoll.h29 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 *);
/third_party/musl/libc-test/src/api/
H A Dpoll.c7 T(nfds_t) in f()
24 {int(*p)(struct pollfd[],nfds_t,int) = poll;} in f()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_spdy.h76 nfds_t *real_size);
85 nfds_t *real_size);
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dpoll.c54 nfds_t fd_count = atoi("2"); in poll_0020()
142 nfds_t fd_count = atoi("2"); in ppoll_0020()
/third_party/rust/crates/nix/src/
H A Dpoll.rs159 fds.len() as libc::nfds_t, in poll()
191 fds.len() as libc::nfds_t, in ppoll()
/third_party/ltp/testcases/kernel/syscalls/ppoll/
H A Dppoll01.c158 static inline int libc_ppoll(struct pollfd *fds, nfds_t nfds, void *tmo_p, in libc_ppoll()
165 static inline int sys_ppoll(struct pollfd *fds, nfds_t nfds, void *tmo_p, in sys_ppoll()
171 static inline int sys_ppoll_time64(struct pollfd *fds, nfds_t nfds, void *tmo_p, in sys_ppoll_time64()
/third_party/pulseaudio/src/pulsecore/
H A Dpoll-win32.c36 typedef unsigned long nfds_t; typedef
351 pa_poll (struct pollfd *pfd, nfds_t nfd, int timeout) in pa_poll()
359 nfds_t i; in pa_poll()
477 nfds_t i; in pa_poll()
/third_party/musl/compat/time32/
H A Dppoll_time32.c6 int __ppoll_time32(struct pollfd *fds, nfds_t n, const struct timespec32 *ts32, const sigset_t *mask) in __ppoll_time32()
/third_party/musl/src/select/
H A Dpoll.c6 int poll(struct pollfd *fds, nfds_t n, int timeout) in poll()
H A Dppoll.c10 int ppoll(struct pollfd *fds, nfds_t n, const struct timespec *to, const sigset_t *mask) in ppoll()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A D__ppoll_time64.c22 extern int __ppoll_time64(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
/third_party/ffmpeg/libavformat/
H A Dos_support.h139 typedef unsigned long nfds_t; typedef
167 int ff_poll(struct pollfd *fds, nfds_t numfds, int timeout);
H A Dos_support.c226 int ff_poll(struct pollfd *fds, nfds_t numfds, int timeout) in ff_poll()
231 nfds_t i; in ff_poll()
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_poll_chk_test.cpp42 nfds_t nfds = 1; in HWTEST_F()
/third_party/glfw/src/
H A Dposix_poll.c39 GLFWbool _glfwPollPOSIX(struct pollfd* fds, nfds_t count, double* timeout) in _glfwPollPOSIX()
/third_party/lwip/src/include/lwip/priv/
H A Dsockets_priv.h164 nfds_t poll_nfds;
/third_party/musl/porting/linux/user/src/fortify/
H A Dfortify.c94 static inline void __diagnose_pollfd_array(const char* fn, size_t fds_size, nfds_t fd_count) in __diagnose_pollfd_array()
103 int __poll_chk(struct pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) in __poll_chk()
110 int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in __ppoll_chk()

Completed in 8 milliseconds

123