Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/surface/
Dcompletion_queue_test.cc48 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()
Dcompletion_queue_threading_test.cc48 case GRPC_CQ_PLUCK: { in shutdown_and_destroy()
/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue_factory.cc69 grpc_completion_queue_attributes attr = {1, GRPC_CQ_PLUCK, in grpc_completion_queue_create_for_pluck()
Dcompletion_queue.cc354 {GRPC_CQ_PLUCK, sizeof(cq_pluck_data), cq_init_pluck, cq_shutdown_pluck,
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dclient_unary_call.h53 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in BlockingUnaryCallImpl()
Dsync_stream.h246 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/
Dgrpc_types.h657 GRPC_CQ_PLUCK, enumerator
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi216 GRPC_CQ_PLUCK