Searched defs:evfd (Results 1 – 2 of 2) sorted by relevance
501 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()
51 int evfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in grpc_is_epollexclusive_available() local