Home
last modified time | relevance | path

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

/third_party/grpc/src/php/ext/grpc/tests/
Dgrpc-set-ini.phpt7 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/
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)",
/third_party/grpc/doc/core/
Dgrpc-polling-engines.md24 - `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/
Dfork_posix.cc68 (strcmp(poll_strategy_name, "epoll1") != 0 && in grpc_prefork()
71 "Fork support is only compatible with the epoll1 and poll polling " in grpc_prefork()
Dev_posix.cc132 {"epollex", grpc_init_epollex_linux}, {"epoll1", grpc_init_epoll1_linux},
Dev_epoll1_linux.cc1337 gpr_log(GPR_ERROR, "Skipping epoll1 because of no wakeup fd."); in grpc_init_epoll1_linux()
/third_party/grpc/src/php/docker/fork-support/
DDockerfile24 grpc.poll_strategy=epoll1\n\
/third_party/grpc/test/core/end2end/
Dgenerate_tests.bzl20 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.py37 os.environ['GRPC_POLL_STRATEGY'] = 'epoll1'
/third_party/grpc/bazel/
Dgrpc_build_system.bzl31 POLLERS = ["epollex", "epoll1", "poll"]
/third_party/grpc/src/php/
DREADME.md326 grpc.poll_strategy = epoll1
/third_party/grpc/tools/run_tests/
Drun_tests.py64 'linux': ['epollex', 'epoll1', 'poll'],
1547 'Example: --force_use_pollers epoll1,poll '
/third_party/grpc/tools/run_tests/performance/
Dscenario_config.py175 # Optimization target of 'throughput' does not work well with epoll1 polling