Searched refs:GRPC_CQ_PLUCK (Results 1 – 10 of 10) sorted by relevance
/third_party/grpc/test/core/surface/ |
D | completion_queue_test.cc | 49 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()
|
D | completion_queue_threading_test.cc | 48 case GRPC_CQ_PLUCK: { in shutdown_and_destroy()
|
/third_party/grpc/doc/core/ |
D | grpc-cq.md | 14 …- 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/ |
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 | 417 {GRPC_CQ_PLUCK, sizeof(cq_pluck_data), cq_init_pluck, cq_shutdown_pluck,
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | client_unary_call.h | 62 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in BlockingUnaryCallImpl()
|
D | sync_stream_impl.h | 247 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()
|
D | sync_stream.h | 247 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/ |
D | grpc_types.h | 732 GRPC_CQ_PLUCK, enumerator
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc.pxi | 228 GRPC_CQ_PLUCK
|