Searched full:epoll1 (Results 1 – 14 of 14) sorted by relevance
/third_party/grpc/src/php/ext/grpc/tests/ |
D | grpc-set-ini.phpt | 7 grpc.poll_strategy = epoll1 16 if (ini_get('grpc.poll_strategy') !== 'epoll1') { 17 die('grpc.poll_strategy !== epoll1'); 19 if (getenv('GRPC_POLL_STRATEGY') !== 'epoll1') { 20 die('env GRPC_POLL_STRATEGY not epoll1');
|
/third_party/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)",
|
/third_party/grpc/doc/core/ |
D | grpc-polling-engines.md | 24 - `epoll1` (If `epollex` is not available and glibc version >= 2.9) 109 ### epoll1 subsection 111 ![image](../images/grpc-epoll1.png) 115 …ed into what are called `pollset_neighborhood` (a structure internal to `epoll1` polling engine im… 149 …- Unlike the grpc polling engines for Unix systems (epollex, epoll1 and poll) Windows endpoint imp… 151 …hile other threads wait on a condition variable (much like the turnstile polling in epollex/epoll1)
|
/third_party/grpc/src/core/lib/iomgr/ |
D | fork_posix.cc | 68 (strcmp(poll_strategy_name, "epoll1") != 0 && in grpc_prefork() 71 "Fork support is only compatible with the epoll1 and poll polling " in grpc_prefork()
|
D | ev_posix.cc | 132 {"epollex", grpc_init_epollex_linux}, {"epoll1", grpc_init_epoll1_linux},
|
D | ev_epoll1_linux.cc | 1337 gpr_log(GPR_ERROR, "Skipping epoll1 because of no wakeup fd."); in grpc_init_epoll1_linux()
|
/third_party/grpc/src/php/docker/fork-support/ |
D | Dockerfile | 24 grpc.poll_strategy=epoll1\n\
|
/third_party/grpc/test/core/end2end/ |
D | generate_tests.bzl | 20 POLLERS = ["epollex", "epoll1", "poll"] 207 # TODO(b/151212019): Test case known to be flaky under epoll1. 208 exclude_pollers = ["epoll1"],
|
/third_party/grpc/src/python/grpcio_tests/tests/fork/ |
D | _fork_interop_test.py | 37 os.environ['GRPC_POLL_STRATEGY'] = 'epoll1'
|
/third_party/grpc/bazel/ |
D | grpc_build_system.bzl | 31 POLLERS = ["epollex", "epoll1", "poll"]
|
/third_party/grpc/src/php/ |
D | README.md | 326 grpc.poll_strategy = epoll1
|
/third_party/grpc/tools/run_tests/ |
D | run_tests.py | 64 'linux': ['epollex', 'epoll1', 'poll'], 1547 'Example: --force_use_pollers epoll1,poll '
|
/third_party/grpc/tools/run_tests/performance/ |
D | scenario_config.py | 175 # Optimization target of 'throughput' does not work well with epoll1 polling
|