Searched full:epollex (Results 1 – 10 of 10) sorted by relevance
/external/grpc-grpc/test/core/iomgr/ |
D | ev_epollex_linux_test.cc | 55 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/ |
D | is_epollexclusive_available.cc | 44 "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()
|
D | ev_posix.cc | 128 {"epollex", grpc_init_epollex_linux}, {"epoll1", grpc_init_epoll1_linux},
|
D | ev_epollex_linux.cc | 1646 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/ |
D | environment_variables.md | 51 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/ |
D | stats_data.yaml | 68 doc: Number of epoll_ctl calls made (only valid for epollex right now) 71 already being added. (only valid for epollex right now)
|
D | stats_data.cc | 149 "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/ |
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/ |
D | run_tests.py | 64 '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')
|