Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-arm64-linux.c688 LINXY(__NR_pselect6, sys_pselect6), // 72
Dpriv_syswrap-linux.h100 DECL_TEMPLATE(linux, sys_pselect6);
Dsyswrap-ppc64-linux.c867 LINXY(__NR_pselect6, sys_pselect6), // 280
Dsyswrap-ppc32-linux.c955 LINXY(__NR_pselect6, sys_pselect6), // 280
Dsyswrap-amd64-linux.c784 LINXY(__NR_pselect6, sys_pselect6), // 270
Dsyswrap-mips64-linux.c795 LINXY (__NR_pselect6, sys_pselect6),
Dsyswrap-s390x-linux.c777 LINXY(__NR_pselect6, sys_pselect6), // 301
Dsyswrap-arm-linux.c983 LINXY(__NR_pselect6, sys_pselect6), // 335
Dsyswrap-mips32-linux.c1011 LINXY (__NR_pselect6, sys_pselect6), // 301
Dsyswrap-x86-linux.c1533 LINXY(__NR_pselect6, sys_pselect6), // 308
Dsyswrap-linux.c1718 PRE(sys_pselect6) in PRE() argument
1766 POST(sys_pselect6) in POST() argument
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h226 __SC_COMP(__NR_pselect6, sys_pselect6, compat_sys_pselect6)
/external/strace/
DChangeLog-CVS905 * desc.c (sys_pselect6): Decode signal mask when entering syscall.
1490 (sys_oldselect, sys_osf_select, sys_select, sys_pselect6):
1574 * desc.c (sys_pselect6): New function.
DChangeLog21501 * desc.c (sys_pselect6): Use it instead of open-coding
22848 (sys_pselect6): Use umove_or_printaddr.
30090 Add compat support for sys_pselect6.