Home
last modified time | relevance | path

Searched refs:sys_epoll_pwait (Results 1 – 14 of 14) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-arm64-linux.c638 LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 22
Dpriv_syswrap-linux.h107 DECL_TEMPLATE(linux, sys_epoll_pwait);
Dsyswrap-ppc64-linux.c887 LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 303
Dsyswrap-ppc32-linux.c975 LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 303
Dsyswrap-amd64-linux.c797 LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 281
Dsyswrap-mips64-linux.c804 LINXY (__NR_epoll_pwait, sys_epoll_pwait),
Dsyswrap-s390x-linux.c790 LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 312
Dsyswrap-arm-linux.c986 LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 346
Dsyswrap-mips32-linux.c1017 LINXY (__NR_epoll_pwait, sys_epoll_pwait), // 313
Dsyswrap-x86-linux.c1546 LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 319
Dsyswrap-linux.c1894 PRE(sys_epoll_pwait) in PRE() argument
1907 POST(sys_epoll_pwait) in POST() argument
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h87 __SC_COMP(__NR_epoll_pwait, sys_epoll_pwait, compat_sys_epoll_pwait)
/external/strace/
DChangeLog-CVS1127 (sys_epoll_pwait): New function.
1128 * linux/syscall.h: Declare sys_epoll_pwait.
DChangeLog30104 sys_epoll_pwait: print RT signals too, print sigmask size argument.
37921 * desc.c (sys_epoll_pwait): Fix output formatting bug.