Home
last modified time | relevance | path

Searched full:epoll1 (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/core/lib/debug/
Dstats_data.yaml46 (only valid for epoll1 right now)
49 (only valid for epoll1 right now)
53 (only valid for epoll1 right now)
57 (only valid for epoll1 right now)
61 (only valid for epoll1 right now)
65 (only valid for epoll1 right now)
Dstats_data.cc138 "epoll1 right now)",
140 "(only valid for epoll1 right now)",
142 "waking up (only valid for epoll1 right now)",
144 "wakeup (only valid for epoll1 right now)",
146 "polling wakeup (only valid for epoll1 right now)",
148 "thread awake? (only valid for epoll1 right now)",
/external/grpc-grpc/src/core/lib/iomgr/
Dfork_posix.cc61 if (strcmp(grpc_get_poll_strategy_name(), "epoll1") != 0 && in grpc_prefork()
64 "Fork support is only compatible with the epoll1 and poll polling " in grpc_prefork()
Dev_posix.cc128 {"epollex", grpc_init_epollex_linux}, {"epoll1", grpc_init_epoll1_linux},
Dev_epoll1_linux.cc1302 gpr_log(GPR_ERROR, "Skipping epoll1 because of no wakeup fd."); in grpc_init_epoll1_linux()
/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/performance/
Dscenario_config.py171 # Optimization target of 'throughput' does not work well with epoll1 polling
/external/grpc-grpc/tools/run_tests/
Drun_tests.py64 'linux': ['epollex', 'epollsig', 'epoll1', 'poll', 'poll-cv'],