Home
last modified time | relevance | path

Searched refs:tmo_p (Results 1 - 2 of 2) sorted by relevance

/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() argument
162 return ppoll(fds, nfds, tmo_p, sigmask); in libc_ppoll()
165 static inline int sys_ppoll(struct pollfd *fds, nfds_t nfds, void *tmo_p, in sys_ppoll() argument
168 return tst_syscall(__NR_ppoll, fds, nfds, tmo_p, sigmask, sigsetsize); in sys_ppoll()
171 static inline int sys_ppoll_time64(struct pollfd *fds, nfds_t nfds, void *tmo_p, in sys_ppoll_time64() argument
174 return tst_syscall(__NR_ppoll_time64, fds, nfds, tmo_p, sigmask, in sys_ppoll_time64()
/third_party/ltp/include/
H A Dtime64_variants.h50 int (*ppoll)(struct pollfd *fds, nfds_t nfds, void *tmo_p,

Completed in 1 milliseconds