Searched refs:GRPC_CQ_PLUCK (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/test/core/surface/ |
D | completion_queue_test.cc | 48 case GRPC_CQ_PLUCK: { 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() 301 attr.cq_completion_type = GRPC_CQ_PLUCK; in test_pluck() 347 attr.cq_completion_type = GRPC_CQ_PLUCK; in test_pluck_after_shutdown()
|
D | completion_queue_threading_test.cc | 48 case GRPC_CQ_PLUCK: { in shutdown_and_destroy()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | completion_queue_factory.cc | 69 grpc_completion_queue_attributes attr = {1, GRPC_CQ_PLUCK, in grpc_completion_queue_create_for_pluck()
|
D | completion_queue.cc | 354 {GRPC_CQ_PLUCK, sizeof(cq_pluck_data), cq_init_pluck, cq_shutdown_pluck,
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | client_unary_call.h | 53 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in BlockingUnaryCallImpl()
|
D | sync_stream.h | 246 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in ClientReader() 380 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in ClientWriter() 554 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in ClientReaderWriter()
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 657 GRPC_CQ_PLUCK, enumerator
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc.pxi | 216 GRPC_CQ_PLUCK
|