Searched full:epoll1 (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/src/core/lib/debug/ |
D | stats_data.yaml | 46 (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)
|
D | stats_data.cc | 138 "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/ |
D | fork_posix.cc | 61 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()
|
D | ev_posix.cc | 128 {"epollex", grpc_init_epollex_linux}, {"epoll1", grpc_init_epoll1_linux},
|
D | ev_epoll1_linux.cc | 1302 gpr_log(GPR_ERROR, "Skipping epoll1 because of no wakeup fd."); in grpc_init_epoll1_linux()
|
/external/grpc-grpc/bazel/ |
D | grpc_build_system.bzl | 27 POLLERS = ["epollex", "epollsig", "epoll1", "poll", "poll-cv"]
|
/external/grpc-grpc/test/core/end2end/ |
D | generate_tests.bzl | 16 POLLERS = ['epollex', 'epollsig', 'epoll1', 'poll', 'poll-cv']
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | scenario_config.py | 171 # Optimization target of 'throughput' does not work well with epoll1 polling
|
/external/grpc-grpc/tools/run_tests/ |
D | run_tests.py | 64 'linux': ['epollex', 'epollsig', 'epoll1', 'poll', 'poll-cv'],
|