Home
last modified time | relevance | path

Searched defs:epoll_fd (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c174 #define PROTECT_FUNC(fn, errval, epoll_fd) ( \ argument
205 int epoll_fd = -1; in test_epoll_create() local
387 int test_epoll_ctl(int epoll_fd) in test_epoll_ctl()
691 int epoll_fd; in main() local
/external/grpc-grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc59 int epoll_fd; member
235 int epoll_fd; in epoll_setup() local
/external/linux-kselftest/tools/testing/selftests/pidfd/
Dpidfd_test.c360 int epoll_fd = epoll_create1(EPOLL_CLOEXEC); in poll_pidfd() local
/external/igt-gpu-tools/tests/
Dkms_content_protection.c213 int udev_fd, epoll_fd; in wait_for_hdcp_event() local
/external/grpc-grpc/src/core/lib/iomgr/
Dev_epollsig_linux.cc203 int epoll_fd; member
1166 int epoll_fd = -1; local
/external/wayland/src/
Devent-loop.c71 int epoll_fd; member
/external/crosvm/sys_util/src/
Dpoll.rs303 let epoll_fd = unsafe { epoll_create1(EPOLL_CLOEXEC) }; in new() localVariable