Home
last modified time | relevance | path

Searched defs:evfd (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/eventfd/
Deventfd01.c501 static int trigger_eventfd_overflow(int evfd, int *fd, io_context_t * ctx) in trigger_eventfd_overflow()
564 static void overflow_select_test(int evfd) in overflow_select_test()
593 static void overflow_poll_test(int evfd) in overflow_poll_test()
621 static void overflow_read_test(int evfd) in overflow_read_test()
647 static void overflow_select_test(int evfd) in overflow_select_test()
652 static void overflow_poll_test(int evfd) in overflow_poll_test()
657 static void overflow_read_test(int evfd) in overflow_read_test()
/external/grpc-grpc/src/core/lib/iomgr/
Dis_epollexclusive_available.cc51 int evfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in grpc_is_epollexclusive_available() local