/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | ppoll.c | 39 int ret = ppoll(pollfds, 1, &timeout, NULL); in ppoll_0100() 62 int ret = ppoll(pollfds, 1, &timeout, NULL); in ppoll_0200() 77 int ret = ppoll(NULL, 1, &timeout, NULL); in ppoll_0300()
|
D | test_src_functionalext_supplement_linux.gni | 77 "ppoll",
|
/third_party/ltp/testcases/kernel/syscalls/ppoll/ |
D | ppoll01.c | 162 return ppoll(fds, nfds, tmo_p, sigmask); in libc_ppoll() 179 { .ppoll = libc_ppoll, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with libc spec"}, 182 { .ppoll = sys_ppoll, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kernel spec"}, 186 …{ .ppoll = sys_ppoll_time64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 with kernel spe… 260 sys_ret = tv->ppoll(tc->fds, tc->nfds, tst_ts_get(tsp), tc->sigmask, in do_test()
|
/third_party/musl/porting/linux/user/include/ |
D | poll.h | 44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *); 49 __REDIR(ppoll, __ppoll_time64);
|
/third_party/musl/ndk_musl_include/ |
D | poll.h | 44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *); 49 __REDIR(ppoll, __ppoll_time64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | poll.h | 44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *); 49 __REDIR(ppoll, __ppoll_time64);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | poll.h | 44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *); 49 __REDIR(ppoll, __ppoll_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | poll.h | 44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *); 49 __REDIR(ppoll, __ppoll_time64);
|
/third_party/musl/include/ |
D | poll.h | 44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *); 49 __REDIR(ppoll, __ppoll_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | poll.h | 48 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *); 68 __REDIR(ppoll, __ppoll_time64);
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | poll.h | 45 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *); 65 __REDIR(ppoll, __ppoll_time64);
|
/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 64 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(ppoll)(fds, fd_amount, timeout, mask); in ppoll()
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
D | poll.c | 86 TEST(ppoll(NULL, 0, &ts, NULL) == 0); in ppoll_0010() 116 ppoll(buf, fd_count, &timeout, NULL); in ppoll_0020()
|
/third_party/musl/compat/time32/ |
D | ppoll_time32.c | 8 return ppoll(fds, n, !ts32 ? 0 : (&(struct timespec){ in __ppoll_time32()
|
/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/musl/libc-test/src/common/ |
D | test.h | 63 #define __ppoll_time64 ppoll
|
/third_party/ltp/include/lapi/syscalls/ |
D | aarch64.in | 74 ppoll 73
|
D | arc.in | 74 ppoll 73
|
D | mips_n64.in | 261 ppoll 5261
|
D | ia64.in | 266 ppoll 1295
|
D | sparc64.in | 281 ppoll 298
|
D | s390x.in | 247 ppoll 302
|
D | mips_n32.in | 265 ppoll 6265
|
D | sh.in | 281 ppoll 309
|