HomeSort by relevance Sort by last modified time
    Searched refs:epoll_ctl (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /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);
  /system/tpm/attestation/server/
attestationd-seccomp-amd64.policy 43 epoll_ctl: 1
  /system/tpm/tpm_manager/server/
tpm_managerd-seccomp-amd64.policy 44 epoll_ctl: 1
  /system/tpm/trunks/
trunksd-seccomp-amd64.policy 34 epoll_ctl: 1
trunksd-seccomp-arm.policy 31 epoll_ctl: 1
trunksd-seccomp-arm64.policy 31 epoll_ctl: 1
trunksd-seccomp-mips.policy 31 epoll_ctl: 1
trunksd-seccomp-x86.policy 34 epoll_ctl: 1
trunksd-seccomp-x86_64.policy 34 epoll_ctl: 1
  /external/libevent/
epoll_sub.c 52 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) function
  /external/ltp/testcases/kernel/syscalls/epoll_wait/
epoll_wait02.c 63 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fds[0], &epevs[0]))
  /frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
epoll_file_descriptor.h 40 if (epoll_ctl(fd_.get(), op, target_fd, ev) < 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...]
  /frameworks/native/libs/vr/libpdx/
service_dispatcher.cpp 44 if (epoll_ctl(epoll_fd_.Get(), EPOLL_CTL_ADD, event_fd_.Get(), &event) < 0) {
78 if (epoll_ctl(epoll_fd_.Get(), EPOLL_CTL_ADD, service->endpoint()->epoll_fd(),
95 epoll_event dummy; // See BUGS in man 2 epoll_ctl.
96 if (epoll_ctl(epoll_fd_.Get(), EPOLL_CTL_DEL, service->endpoint()->epoll_fd(),
  /frameworks/native/libs/vr/libpdx_uds/
channel_event_set.cpp 82 if (epoll_ctl(epoll_fd.Get(), EPOLL_CTL_ADD, data_fd.Get(), &event) < 0) {
91 if (epoll_ctl(epoll_fd.Get(), EPOLL_CTL_ADD, pollin_event_fd.Get(), &event) <
101 if (epoll_ctl(epoll_fd.Get(), EPOLL_CTL_ADD, pollhup_event_fd.Get(), &event) <
  /frameworks/native/libs/vr/libvrflinger/
epoll_event_dispatcher.cpp 30 if (epoll_ctl(epoll_fd_.Get(), EPOLL_CTL_ADD, event_fd_.Get(), &event) < 0) {
58 if (epoll_ctl(epoll_fd_.Get(), EPOLL_CTL_ADD, fd, &event) < 0) {
71 epoll_event dummy; // See BUGS in man 2 epoll_ctl.
72 if (epoll_ctl(epoll_fd_.Get(), EPOLL_CTL_DEL, fd, &dummy) < 0) {

Completed in 263 milliseconds

1 2 3 4 5