Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/surface/
Dcompletion_queue_test.cc71 grpc_cq_polling_type polling_types[] = { in test_no_op() local
78 for (size_t j = 0; j < GPR_ARRAY_SIZE(polling_types); j++) { in test_no_op()
80 attr.cq_polling_type = polling_types[j]; in test_no_op()
89 grpc_cq_polling_type polling_types[] = {GRPC_CQ_DEFAULT_POLLING, in test_pollset_conversion() local
98 for (size_t j = 0; j < GPR_ARRAY_SIZE(polling_types); j++) { in test_pollset_conversion()
100 attr.cq_polling_type = polling_types[j]; in test_pollset_conversion()
110 grpc_cq_polling_type polling_types[] = { in test_wait_empty() local
120 for (size_t i = 0; i < GPR_ARRAY_SIZE(polling_types); i++) { in test_wait_empty()
121 attr.cq_polling_type = polling_types[i]; in test_wait_empty()
137 grpc_cq_polling_type polling_types[] = { in test_cq_end_op() local
[all …]