Home
last modified time | relevance | path

Searched refs:poll_strategy (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/test/core/iomgr/
Dev_epollex_linux_test.cc94 const char* poll_strategy = nullptr; in main() local
99 poll_strategy = grpc_get_poll_strategy_name(); in main()
100 if (poll_strategy != nullptr && strcmp(poll_strategy, "epollex") == 0) { in main()
106 poll_strategy); in main()
Dev_epollsig_linux_test.cc298 const char* poll_strategy = nullptr; in main() local
304 poll_strategy = grpc_get_poll_strategy_name(); in main()
305 if (poll_strategy != nullptr && strcmp(poll_strategy, "epollsig") == 0) { in main()
312 poll_strategy); in main()
Dpollset_set_test.cc427 const char* poll_strategy = grpc_get_poll_strategy_name(); in main() local
429 if (poll_strategy != nullptr && in main()
430 (strcmp(poll_strategy, "epollsig") == 0 || in main()
431 strcmp(poll_strategy, "epoll-threadpool") == 0)) { in main()
439 poll_strategy); in main()
/external/grpc-grpc/tools/failures/sql/
Dnew_failures_24h.sql5 REGEXP_EXTRACT(test_name, r'GRPC_POLL_STRATEGY=(\w+)') AS poll_strategy,
27 REGEXP_EXTRACT(test_name, r'GRPC_POLL_STRATEGY=(\w+)') AS poll_strategy,
49 reporting.poll_strategy,
/external/grpc-grpc/tools/failures/
Ddetect_new_failures.py81 poll_strategy, job_name, build_id, timestamp = results_row
88 test_name, poll_strategy, url)
118 poll_strategy, job_name, build_id, timestamp = results_row
122 test_name, poll_strategy, timestamp, full_kokoro_url))
152 poll_strategy=row['f'][1]['v'],