Home
last modified time | relevance | path

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

/third_party/grpc/test/core/surface/
Dcompletion_queue_test.cc49 case GRPC_CQ_PLUCK: { in shutdown_and_destroy()
71 grpc_cq_completion_type completion_types[] = {GRPC_CQ_NEXT, GRPC_CQ_PLUCK}; in test_no_op()
89 grpc_cq_completion_type completion_types[] = {GRPC_CQ_NEXT, GRPC_CQ_PLUCK}; in test_pollset_conversion()
303 attr.cq_completion_type = GRPC_CQ_PLUCK; in test_pluck()
349 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()
/third_party/grpc/doc/core/
Dgrpc-cq.md14 …- GRPC_CQ_PLUCK: grpc_completion_queue_pluck() can be called (but not grpc_completion_queue_next())
58 \\ (ii) If the cq is of type GRPC_CQ_PLUCK, then search the tag<->worker
/third_party/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.cc417 {GRPC_CQ_PLUCK, sizeof(cq_pluck_data), cq_init_pluck, cq_shutdown_pluck,
/third_party/grpc/include/grpcpp/impl/codegen/
Dclient_unary_call.h62 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in BlockingUnaryCallImpl()
Dsync_stream_impl.h247 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in ClientReader()
382 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in ClientWriter()
558 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in ClientReaderWriter()
Dsync_stream.h247 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in ClientReader()
381 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in ClientWriter()
557 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in ClientReaderWriter()
/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h732 GRPC_CQ_PLUCK, enumerator
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi228 GRPC_CQ_PLUCK