Home
last modified time | relevance | path

Searched refs:ppoll (Results 1 – 25 of 49) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dppoll.c39 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()
Dtest_src_functionalext_supplement_linux.gni77 "ppoll",
/third_party/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c162 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/
Dpoll.h44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
49 __REDIR(ppoll, __ppoll_time64);
/third_party/musl/ndk_musl_include/
Dpoll.h44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
49 __REDIR(ppoll, __ppoll_time64);
/third_party/musl/porting/uniproton/kernel/include/
Dpoll.h44 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/
Dpoll.h44 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/
Dpoll.h44 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
49 __REDIR(ppoll, __ppoll_time64);
/third_party/musl/include/
Dpoll.h44 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/
Dpoll.h48 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/
Dpoll.h45 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/
Dpoll.h51 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/
Dpoll.c86 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/
Dppoll_time32.c8 return ppoll(fds, n, !ts32 ? 0 : (&(struct timespec){ in __ppoll_time32()
/third_party/musl/src/linux/
Dppoll.c10 int ppoll(struct pollfd *fds, nfds_t n, const struct timespec *to, const sigset_t *mask) in ppoll() function
/third_party/ltp/include/
Dtime64_variants.h50 int (*ppoll)(struct pollfd *fds, nfds_t nfds, void *tmo_p, member
/third_party/musl/libc-test/src/common/
Dtest.h63 #define __ppoll_time64 ppoll
/third_party/ltp/include/lapi/syscalls/
Daarch64.in74 ppoll 73
Darc.in74 ppoll 73
Dmips_n64.in261 ppoll 5261
Dia64.in266 ppoll 1295
Dsparc64.in281 ppoll 298
Ds390x.in247 ppoll 302
Dmips_n32.in265 ppoll 6265
Dsh.in281 ppoll 309

12