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

1 2 3

  /bionic/libc/arch-arm/syscalls/
epoll_create1.S 5 ENTRY(epoll_create1) function
16 END(epoll_create1)
  /bionic/libc/arch-arm64/syscalls/
epoll_create1.S 5 ENTRY(epoll_create1) function
14 END(epoll_create1)
  /bionic/libc/arch-mips/syscalls/
epoll_create1.S 5 ENTRY(epoll_create1) function
19 END(epoll_create1)
  /bionic/libc/arch-x86_64/syscalls/
epoll_create1.S 5 ENTRY(epoll_create1) function
15 END(epoll_create1)
  /bionic/libc/arch-mips64/syscalls/
epoll_create1.S 5 ENTRY(epoll_create1) function
25 END(epoll_create1)
  /bionic/libc/arch-x86/syscalls/
epoll_create1.S 5 ENTRY(epoll_create1) function
29 END(epoll_create1)
  /bionic/tests/
sys_epoll_test.cpp 83 TEST(sys_epoll, epoll_create1) {
89 fd = epoll_create1(0);
93 fd = epoll_create1(EPOLL_CLOEXEC);
  /bionic/libc/include/sys/
epoll.h 41 int epoll_create1(int __flags) __INTRODUCED_IN(21);
45 * availability of epoll_create1. This is not correct, since having up-to-date
48 * if we don't have epoll_create1 for the time being, and maybe revisit this
  /bionic/libc/bionic/
sys_epoll.cpp 41 return epoll_create1(0);
  /external/grpc-grpc/src/core/lib/iomgr/
is_epollexclusive_available.cc 40 int fd = epoll_create1(EPOLL_CLOEXEC);
44 "epoll_create1 failed with error: %d. Not using epollex polling "
  /external/strace/
epoll.c 44 SYS_FUNC(epoll_create1)
sys_func.h 29 extern SYS_FUNC(epoll_create1);
  /external/syzkaller/prog/
decl_test.go 74 t.Fatalf("still must be able to create epoll fd with epoll_create1")
76 delete(calls, target.SyscallMap["epoll_create1"])
92 " enable some syscalls that can create it [epoll_create epoll_create1]") {
  /external/wayland/src/
wayland-os.c 141 fd = epoll_create1(EPOLL_CLOEXEC);
  /external/linux-kselftest/tools/testing/selftests/kcmp/
kcmp_test.c 55 epollfd = epoll_create1(0);
57 perror("epoll_create1 failed");
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_pollset.cc 77 int epfd = epoll_create1(0);
187 int epfd = epoll_create1(0);
  /bootable/recovery/minui/
events.cpp 66 android::base::unique_fd epoll_fd(epoll_create1(EPOLL_CLOEXEC));
  /external/wayland/tests/
os-wrappers-test.c 68 real_epoll_create1 = dlsym(RTLD_NEXT, "epoll_create1");
118 epoll_create1(int flags) function
351 printf("No epoll_create1.\n");
  /bootable/recovery/install/
adb_install.cpp 187 android::base::unique_fd epoll_fd(epoll_create1(O_CLOEXEC));
  /device/google/cuttlefish_common/common/libs/fs/
shared_fd.cpp 253 new FileInstance(epoll_create1(flags), errno));
  /external/curl/docs/examples/
ephiperfifo.c 485 g.epfd = epoll_create1(EPOLL_CLOEXEC);
487 perror("epoll_create1 failed");
  /external/libevent/
epoll.c 147 /* First, try the shiny new epoll_create1 interface, if we have it. */
148 epfd = epoll_create1(EPOLL_CLOEXEC);
  /external/libxkbcommon/xkbcommon/test/
interactive-evdev.c 310 epfd = epoll_create1(0);
  /external/strace/linux/32/
syscallent.h 24 [ 20] = { 1, TD, SEN(epoll_create1), "epoll_create1" },
  /external/strace/linux/64/
syscallent.h 21 [ 20] = { 1, TD, SEN(epoll_create1), "epoll_create1" },

Completed in 1337 milliseconds

1 2 3