Home
last modified time | relevance | path

Searched full:epollex (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/test/core/iomgr/
Dev_epollex_linux_test.cc55 grpc_fd1 = grpc_fd_create(ev_fd1, "epollex-test-fd1", false); in test_pollable_owner_fd()
56 grpc_fd2 = grpc_fd_create(ev_fd2, "epollex-test-fd2", false); in test_pollable_owner_fd()
76 // an underlying structure in epollex that held a reference to grpc_fd1 which in test_pollable_owner_fd()
100 if (poll_strategy != nullptr && strcmp(poll_strategy, "epollex") == 0) { in main()
104 "Skipping the test. The test is only relevant for 'epollex' " in main()
/external/grpc-grpc/src/core/lib/iomgr/
Dis_epollexclusive_available.cc44 "epoll_create1 failed with error: %d. Not using epollex polling " in grpc_is_epollexclusive_available()
55 "eventfd failed with error: %d. Not using epollex polling " in grpc_is_epollexclusive_available()
76 "%d. Not using epollex polling engine.", in grpc_is_epollexclusive_available()
89 "epollex polling engine."); in grpc_is_epollexclusive_available()
Dev_posix.cc128 {"epollex", grpc_init_epollex_linux}, {"epoll1", grpc_init_epoll1_linux},
Dev_epollex_linux.cc1646 gpr_log(GPR_ERROR, "Skipping epollex because of no wakeup fd.");
1651 gpr_log(GPR_INFO, "Skipping epollex because it is not supported.");
/external/grpc-grpc/doc/
Denvironment_variables.md51 Also traces epoll fd create()/close() calls in epollex polling engine
52 traces epoll-fd creation/close calls for epollex polling engine
/external/grpc-grpc/src/core/lib/debug/
Dstats_data.yaml68 doc: Number of epoll_ctl calls made (only valid for epollex right now)
71 already being added. (only valid for epollex right now)
Dstats_data.cc149 "Number of epoll_ctl calls made (only valid for epollex right now)",
151 "being added. (only valid for epollex right now)",
/external/grpc-grpc/bazel/
Dgrpc_build_system.bzl27 POLLERS = ["epollex", "epollsig", "epoll1", "poll", "poll-cv"]
/external/grpc-grpc/test/core/end2end/
Dgenerate_tests.bzl16 POLLERS = ['epollex', 'epollsig', 'epoll1', 'poll', 'poll-cv']
/external/grpc-grpc/tools/run_tests/
Drun_tests.py64 'linux': ['epollex', 'epollsig', 'epoll1', 'poll', 'poll-cv'],
1746 ) in _POLLING_STRATEGIES and 'epollex' in _POLLING_STRATEGIES[platform_string(
1749 _POLLING_STRATEGIES[platform_string()].remove('epollex')