Searched refs:epoll_create (Results 1 - 25 of 53) sorted by relevance

123

/external/ltp/testcases/kernel/syscalls/epoll2/man/
H A Dmkpages.sh4 groff -t -e -mandoc -Tascii epoll_create.2 | col -bx > epoll_create.txt
8 groff -t -e -mandoc -Tps epoll_create.2 > epoll_create.ps
/external/ltp/testcases/kernel/syscalls/epoll2/src/
H A Depoll.c18 #define __sys_epoll_create(size) _syscall1(int, epoll_create, int, size)
/external/libevent/
H A Depoll_sub.c37 epoll_create(int size) function
H A Depoll.c115 if ((epfd = epoll_create(32000)) == -1) {
117 event_warn("epoll_create");
/external/ltp/testcases/kernel/syscalls/epoll2/include/
H A Depoll.h93 returned by epoll_create() should be closed with close(). */
94 extern int epoll_create (int __size) __THROW;
/external/strace/
H A Depoll.c35 SYS_FUNC(epoll_create)
H A Dsys_func.h28 extern SYS_FUNC(epoll_create);
/external/valgrind/memcheck/tests/linux/
H A Dsyscalls-2007.c77 fd3 = epoll_create (10);
/external/ltp/testcases/kernel/syscalls/epoll/
H A Depoll-ltp.c35 Test Name: epoll_create, epoll_ctl
38 & Strategy: Test a variety of incorrect parameters for epoll_create
40 Then run a reasonable epoll_create and get a fd for the epoll
57 Currently pokes epoll_create several times in 2 + NUM_RAND_ATTEMPTS ways
198 * test various boundary cases of epoll_create().
215 epoll_fd = epoll_create(fd_set_size);
218 "epoll_create with negative set size succeeded unexpectedly");
224 "epoll_create with negative set size didn't set errno to EINVAL");
227 tst_resm(TPASS, "epoll_create with negative set size");
238 epoll_fd = epoll_create(fd_set_siz
[all...]
/external/ltp/testcases/kernel/syscalls/epoll_ctl/
H A Depoll_ctl02.c74 epfd = epoll_create(2);
H A Depoll_ctl01.c49 epfd = epoll_create(2);
/external/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait02.c116 epfd = epoll_create(1);
H A Depoll_wait03.c111 epfd = epoll_create(1);
H A Depoll_wait01.c84 epfd = epoll_create(3);
/external/ltp/testcases/kernel/syscalls/epoll_pwait/
H A Depoll_pwait01.c102 epfd = epoll_create(1);
/external/strace/linux/aarch64/
H A Dsyscallent.h34 [1042] = { 1, TD, SEN(epoll_create), "epoll_create" },
/external/linux-kselftest/tools/testing/selftests/net/
H A Dreuseport_bpf_cpu.c191 epfd = epoll_create(1);
H A Dreuseport_bpf_numa.c199 epfd = epoll_create(1);
H A Dreuseport_dualstack.c134 epfd = epoll_create(1);
H A Dreuseport_bpf.c218 epfd = epoll_create(1);
/external/strace/linux/avr32/
H A Dsyscallent.h234 [205] = { 1, TD, SEN(epoll_create), "epoll_create" },
/external/strace/linux/hppa/
H A Dsyscallent.h230 [224] = { 1, TD, SEN(epoll_create), "epoll_create" },
/external/strace/linux/x86_64/
H A Dsyscallent.h214 [213] = { 1, TD, SEN(epoll_create), "epoll_create" },
/external/strace/linux/xtensa/
H A Dsyscallent.h16 [ 20] = { 1, TD, SEN(epoll_create), "epoll_create" },
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1706 TSAN_INTERCEPTOR(int, epoll_create, int size) {
1707 SCOPED_TSAN_INTERCEPTOR(epoll_create, size);
1708 int fd = REAL(epoll_create)(size);
1756 TSAN_INTERCEPT(epoll_create); \

Completed in 468 milliseconds

123