Searched refs:epoll_pwait (Results 1 – 25 of 80) sorted by relevance
1234
/external/libmicrohttpd/m4/ |
D | ax_have_epoll.m4 | 30 # Linux kernel version 2.6.19 adds the epoll_pwait() call in addition to 86 # error linux kernel version is too old to have epoll_pwait 96 rc = epoll_pwait(fd, &ev, 1, 0, (sigset_t const *)(0));])],
|
/external/ltp/testcases/kernel/syscalls/epoll_pwait/ |
D | epoll_pwait.h | 28 int epoll_pwait(int epfd, struct epoll_event *events, int maxevents, in epoll_pwait() function
|
D | epoll_pwait01.c | 164 TEST(epoll_pwait(epfd, &epevs, 1, 100, sigmask)); in do_test()
|
/external/valgrind/memcheck/tests/linux/ |
D | syscalls-2007.c | 78 epoll_pwait (fd3, evs, 10, 0, &mask); in main()
|
/external/strace/ |
D | epoll.c | 108 SYS_FUNC(epoll_pwait) in SYS_FUNC() argument
|
D | sys_func.h | 31 extern SYS_FUNC(epoll_pwait);
|
/external/ltp/m4/ |
D | ltp-epoll_pwait.m4 | 24 AC_CHECK_FUNCS(epoll_pwait,,)
|
/external/ltp/include/lapi/syscalls/ |
D | aarch64.in | 23 epoll_pwait 22
|
D | x86_64.in | 281 epoll_pwait 281
|
D | ia64.in | 274 epoll_pwait 1305
|
D | sparc.in | 311 epoll_pwait 309
|
D | s390.in | 229 epoll_pwait 312
|
D | s390x.in | 229 epoll_pwait 312
|
D | sparc64.in | 287 epoll_pwait 309
|
D | i386.in | 314 epoll_pwait 319
|
D | powerpc.in | 300 epoll_pwait 303
|
D | powerpc64.in | 300 epoll_pwait 303
|
D | sh.in | 341 epoll_pwait 347
|
D | arm.in | 312 epoll_pwait (__NR_SYSCALL_BASE+346)
|
/external/strace/tests-m32/ |
D | pure_executables.list | 32 epoll_pwait
|
D | pure_executables.am | 33 epoll_pwait \
|
/external/strace/tests-mx32/ |
D | pure_executables.list | 32 epoll_pwait
|
D | pure_executables.am | 33 epoll_pwait \
|
/external/strace/tests/ |
D | pure_executables.list | 32 epoll_pwait
|
D | pure_executables.am | 33 epoll_pwait \
|
1234