Searched defs:ppoll (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/ndk_musl_include/fortify/ |
D | poll.h | 51 int ppoll(struct pollfd* const fds __DIAGNOSE_PASS_OBJECT_SIZE, nfds_t fd_amount, in ppoll() function
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | poll.h | 51 int ppoll(struct pollfd* const fds __DIAGNOSE_PASS_OBJECT_SIZE, nfds_t fd_amount, in ppoll() function
|
/third_party/musl/src/linux/ |
D | ppoll.c | 10 int ppoll(struct pollfd *fds, nfds_t n, const struct timespec *to, const sigset_t *mask) in ppoll() function
|
/third_party/ltp/include/ |
D | time64_variants.h | 50 int (*ppoll)(struct pollfd *fds, nfds_t nfds, void *tmo_p, member
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1600 pub fn ppoll( in ppoll() function
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1552 pub fn ppoll( in ppoll() function
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 3274 pub fn ppoll( in ppoll() function
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 4172 pub fn ppoll( in ppoll() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 4135 pub fn ppoll( in ppoll() function
|