Searched refs:poll_strategy (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/test/core/iomgr/ |
D | ev_epollex_linux_test.cc | 94 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()
|
D | ev_epollsig_linux_test.cc | 298 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()
|
D | pollset_set_test.cc | 427 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/ |
D | new_failures_24h.sql | 5 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/ |
D | detect_new_failures.py | 81 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'],
|