Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/surface/
Dcompletion_queue_test.cc42 case GRPC_CQ_NEXT: { in shutdown_and_destroy()
70 grpc_cq_completion_type completion_types[] = {GRPC_CQ_NEXT, GRPC_CQ_PLUCK}; in test_no_op()
88 grpc_cq_completion_type completion_types[] = {GRPC_CQ_NEXT, GRPC_CQ_PLUCK}; in test_pollset_conversion()
119 attr.cq_completion_type = GRPC_CQ_NEXT; in test_wait_empty()
145 attr.cq_completion_type = GRPC_CQ_NEXT; in test_cq_end_op()
180 attr.cq_completion_type = GRPC_CQ_NEXT; in test_cq_tls_cache_full()
220 attr.cq_completion_type = GRPC_CQ_NEXT; in test_cq_tls_cache_empty()
245 attr.cq_completion_type = GRPC_CQ_NEXT; in test_shutdown_then_next_polling()
267 attr.cq_completion_type = GRPC_CQ_NEXT; in test_shutdown_then_next_with_timeout()
Dcompletion_queue_threading_test.cc43 case GRPC_CQ_NEXT: { in shutdown_and_destroy()
/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue_factory.cc62 grpc_completion_queue_attributes attr = {1, GRPC_CQ_NEXT, in grpc_completion_queue_create_for_next()
Dcompletion_queue.cc350 {GRPC_CQ_NEXT, sizeof(cq_next_data), cq_init_next, cq_shutdown_next,
Dserver.cc955 if (grpc_get_cq_completion_type(cq) != GRPC_CQ_NEXT) { in grpc_server_register_completion_queue()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcompletion_queue.h101 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_NEXT, GRPC_CQ_DEFAULT_POLLING, in CompletionQueue()
385 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_NEXT, polling_type, nullptr}), in ServerCompletionQueue()
/external/grpc-grpc/test/core/end2end/
Dmultiple_server_queues_test.cc34 attr.cq_completion_type = GRPC_CQ_NEXT; in main()
/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h654 GRPC_CQ_NEXT, enumerator
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCCompletionQueue.m24 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_NEXT, GRPC_CQ_DEFAULT_POLLING, NULL};
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcompletion_queue.pyx.pxi77 c_attrs.cq_completion_type = GRPC_CQ_NEXT
Dgrpc.pxi215 GRPC_CQ_NEXT