Home
last modified time | relevance | path

Searched refs:old_select (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_socketserver.py245 old_select = select.select
258 return old_select(*args)
264 select.select = old_select
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-linux.c677 DECL_TEMPLATE(x86_linux, old_select);
682 PRE(old_select) in PRE() argument
1259 PLAX_(__NR_select, old_select), // 82
/external/autotest/client/tests/scrashme/
Dtestfix.diff171 + { .name = "old_select", .flags = AVOID_SYSCALL },
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.stderr.exp993 Syscall param old_select(args) contains uninitialised byte(s)
997 Syscall param old_select(args) points to uninitialised byte(s)
1003 Syscall param old_select(readfds) points to unaddressable byte(s)
1008 Syscall param old_select(writefds) points to unaddressable byte(s)
1013 Syscall param old_select(exceptfds) points to unaddressable byte(s)
1018 Syscall param old_select(timeout) points to unaddressable byte(s)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc1924 PRE_SYSCALL(old_select)(void *arg) {}
1926 POST_SYSCALL(old_select)(long res, void *arg) {}