/bionic/libc/arch-arm/syscalls/ |
epoll_ctl.S | 5 ENTRY(epoll_ctl) function 16 END(epoll_ctl)
|
/bionic/libc/arch-arm64/syscalls/ |
epoll_ctl.S | 5 ENTRY(epoll_ctl) function 14 END(epoll_ctl)
|
/bionic/libc/arch-mips/syscalls/ |
epoll_ctl.S | 5 ENTRY(epoll_ctl) function 19 END(epoll_ctl)
|
/bionic/libc/arch-x86_64/syscalls/ |
epoll_ctl.S | 5 ENTRY(epoll_ctl) function 16 END(epoll_ctl)
|
/external/ltp/testcases/kernel/syscalls/epoll2/man/ |
mkpages.sh | 5 groff -t -e -mandoc -Tascii epoll_ctl.2 | col -bx > epoll_ctl.txt 9 groff -t -e -mandoc -Tps epoll_ctl.2 > epoll_ctl.ps
|
/bionic/libc/arch-mips64/syscalls/ |
epoll_ctl.S | 5 ENTRY(epoll_ctl) function 25 END(epoll_ctl)
|
/bionic/libc/arch-x86/syscalls/ |
epoll_ctl.S | 5 ENTRY(epoll_ctl) function 44 END(epoll_ctl)
|
/bionic/libc/include/sys/ |
epoll.h | 58 int epoll_ctl(int __epoll_fd, int __op, int __fd, struct epoll_event* __event);
|
/external/ltp/testcases/kernel/syscalls/epoll2/src/ |
epoll.c | 19 #define __sys_epoll_ctl(epfd, op, fd, event) _syscall4(int, epoll_ctl, \
|
/device/google/cuttlefish_common/guest/hals/gps/ |
gps_thread.h | 68 ret = epoll_ctl(epoll_fd, EPOLL_CTL_ADD, fd, &ev); 76 ret = epoll_ctl(epoll_fd, EPOLL_CTL_DEL, fd, NULL);
|
/external/libevent/ |
epoll_sub.c | 52 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) function
|
epoll.c | 200 if (epoll_ctl(epollop->epfd, EPOLL_CTL_ADD, fd, &epev) < 0) { 201 event_warn("epoll_ctl(timerfd)"); 290 if (epoll_ctl(epollop->epfd, op, ch->fd, &epev) == 0) { 302 if (epoll_ctl(epollop->epfd, EPOLL_CTL_ADD, ch->fd, &epev) == -1) { 323 if (epoll_ctl(epollop->epfd, EPOLL_CTL_MOD, ch->fd, &epev) == -1) {
|
/external/ltp/testcases/kernel/syscalls/epoll_wait/ |
epoll_wait02.c | 63 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fds[0], &epevs[0]))
|
epoll_wait01.c | 79 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fds[0], &epevs[0]) || 80 epoll_ctl(epfd, EPOLL_CTL_ADD, fds[1], &epevs[1])) { 81 tst_brk(TBROK | TERRNO, "epoll_ctl() failed");
|
epoll_wait03.c | 119 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fds[1], &epevs[0])) {
|
/external/ltp/testcases/kernel/syscalls/epoll_ctl/ |
epoll_ctl02.c | 21 * 1) epoll_ctl(2) fails if epfd is a invalid file descriptor. 22 * 2) epoll_ctl(2) fails if fd is a invalid file descriptor. 23 * 3) epoll_ctl(2) fails if op is not supported by this interface. 24 * 4) epoll_ctl(2) fails if fd is the same as epfd. 25 * 5) epoll_ctl(2) fails with EPOLL_CTL_DEL if fd is not registered 27 * 6) epoll_ctl(2) fails with EPOLL_CTL_MOD if fd is not registered 29 * 7) epoll_ctl(2) fails with EPOLL_CTL_ADD if fd is already registered 33 * 1) epoll_ctl(2) should return -1 and set errno to EBADF. 34 * 2) epoll_ctl(2) should return -1 and set errno to EBADF. 35 * 3) epoll_ctl(2) should return -1 and set errno to EINVAL [all...] |
epoll_ctl01.c | 21 * Testcase to check the basic functionality of the epoll_ctl(2). 22 * 1) when epoll_ctl(2) succeeds to register fd on the epoll instance and 25 * 2) when epoll_ctl(2) succeeds to chage event which is related to fd, 27 * 3) when epoll_ctl(2) succeeds to deregister fd from the epoll instance 129 tst_res(TPASS, "epoll_ctl() succeeds with op %i", opt); 137 TEST(epoll_ctl(epfd, opt, fd, epvs)); 139 tst_brk(TBROK | TTERRNO, "epoll_ctl() fails with op %i", opt);
|
/external/grpc-grpc/src/core/lib/iomgr/ |
is_epollexclusive_available.cc | 70 if (epoll_ctl(fd, EPOLL_CTL_ADD, evfd, &ev) != 0) { 75 "epoll_ctl with EPOLLEXCLUSIVE | EPOLLONESHOT failed with error: " 87 "epoll_ctl with EPOLLEXCLUSIVE | EPOLLONESHOT succeeded. This is "
|
/external/ltp/testcases/kernel/syscalls/epoll2/include/ |
epoll.h | 56 /* Valid opcodes ( "op" parameter ) to issue to epoll_ctl(). */ 105 extern int epoll_ctl (int __epfd, int __op, int __fd,
|
/external/strace/ |
epoll.c | 70 SYS_FUNC(epoll_ctl)
|
/external/curl/docs/examples/ |
ephiperfifo.c | 262 if(epoll_ctl(g->epfd, EPOLL_CTL_DEL, f->sockfd, NULL)) 281 if(epoll_ctl(g->epfd, EPOLL_CTL_DEL, f->sockfd, NULL)) 292 if(epoll_ctl(g->epfd, EPOLL_CTL_ADD, s, &ev)) 449 epoll_ctl(g->epfd, EPOLL_CTL_ADD, sockfd, &epev); 457 epoll_ctl(g->epfd, EPOLL_CTL_DEL, g->fifofd, NULL); 504 epoll_ctl(g.epfd, EPOLL_CTL_ADD, g.tfd, &ev);
|
/external/syzkaller/prog/ |
decl_test.go | 79 trans[target.SyscallMap["epoll_ctl$EPOLL_CTL_ADD"]] || 80 trans[target.SyscallMap["epoll_ctl$EPOLL_CTL_MOD"]] || 81 trans[target.SyscallMap["epoll_ctl$EPOLL_CTL_DEL"]] ||
|
/external/linux-kselftest/tools/testing/selftests/kcmp/ |
kcmp_test.c | 64 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, pipefd[0], &ev)) { 65 perror("epoll_ctl failed"); 75 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, fddup, &ev)) { 76 perror("epoll_ctl failed");
|
/bionic/tests/ |
sys_epoll_test.cpp | 69 ASSERT_NE(-1, epoll_ctl(epoll_fd, EPOLL_CTL_ADD, fds[0], &ev));
|
/external/ltp/testcases/kernel/syscalls/epoll_pwait/ |
epoll_pwait01.c | 111 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fds[0], &epevs) == -1) {
|