Searched refs:GRPC_CQ_NEXT (Results 1 – 11 of 11) sorted by relevance
/external/grpc-grpc/test/core/surface/ |
D | completion_queue_test.cc | 42 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()
|
D | completion_queue_threading_test.cc | 43 case GRPC_CQ_NEXT: { in shutdown_and_destroy()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | completion_queue_factory.cc | 62 grpc_completion_queue_attributes attr = {1, GRPC_CQ_NEXT, in grpc_completion_queue_create_for_next()
|
D | completion_queue.cc | 350 {GRPC_CQ_NEXT, sizeof(cq_next_data), cq_init_next, cq_shutdown_next,
|
D | server.cc | 955 if (grpc_get_cq_completion_type(cq) != GRPC_CQ_NEXT) { in grpc_server_register_completion_queue()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | completion_queue.h | 101 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/ |
D | multiple_server_queues_test.cc | 34 attr.cq_completion_type = GRPC_CQ_NEXT; in main()
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 654 GRPC_CQ_NEXT, enumerator
|
/external/grpc-grpc/src/objective-c/GRPCClient/private/ |
D | GRPCCompletionQueue.m | 24 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_NEXT, GRPC_CQ_DEFAULT_POLLING, NULL};
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | completion_queue.pyx.pxi | 77 c_attrs.cq_completion_type = GRPC_CQ_NEXT
|
D | grpc.pxi | 215 GRPC_CQ_NEXT
|