Home
last modified time | relevance | path

Searched refs:GRPC_CQ_DEFAULT_POLLING (Results 1 – 15 of 15) sorted by relevance

/third_party/grpc/test/core/surface/
Dcompletion_queue_test.cc73 GRPC_CQ_DEFAULT_POLLING, GRPC_CQ_NON_LISTENING, GRPC_CQ_NON_POLLING}; in test_no_op()
90 grpc_cq_polling_type polling_types[] = {GRPC_CQ_DEFAULT_POLLING, in test_pollset_conversion()
112 GRPC_CQ_DEFAULT_POLLING, GRPC_CQ_NON_LISTENING, GRPC_CQ_NON_POLLING}; in test_wait_empty()
140 GRPC_CQ_DEFAULT_POLLING, GRPC_CQ_NON_LISTENING, GRPC_CQ_NON_POLLING}; in test_cq_end_op()
173 GRPC_CQ_DEFAULT_POLLING, GRPC_CQ_NON_LISTENING, GRPC_CQ_NON_POLLING}; in test_cq_tls_cache_full()
214 GRPC_CQ_DEFAULT_POLLING, GRPC_CQ_NON_LISTENING, GRPC_CQ_NON_POLLING}; in test_cq_tls_cache_empty()
240 GRPC_CQ_DEFAULT_POLLING, GRPC_CQ_NON_LISTENING, GRPC_CQ_NON_POLLING}; in test_shutdown_then_next_polling()
262 GRPC_CQ_DEFAULT_POLLING, GRPC_CQ_NON_LISTENING, GRPC_CQ_NON_POLLING}; in test_shutdown_then_next_with_timeout()
289 GRPC_CQ_DEFAULT_POLLING, GRPC_CQ_NON_LISTENING, GRPC_CQ_NON_POLLING}; in test_pluck()
341 GRPC_CQ_DEFAULT_POLLING, GRPC_CQ_NON_LISTENING, GRPC_CQ_NON_POLLING}; in test_pluck_after_shutdown()
[all …]
/third_party/grpc/src/core/lib/surface/
Dcompletion_queue_factory.cc63 GRPC_CQ_DEFAULT_POLLING, nullptr}; in grpc_completion_queue_create_for_next()
70 GRPC_CQ_DEFAULT_POLLING, nullptr}; in grpc_completion_queue_create_for_pluck()
79 2, GRPC_CQ_CALLBACK, GRPC_CQ_DEFAULT_POLLING, shutdown_callback}; in grpc_completion_queue_create_for_callback()
/third_party/grpc/test/core/end2end/
Dmultiple_server_queues_test.cc35 attr.cq_polling_type = GRPC_CQ_DEFAULT_POLLING; in main()
/third_party/grpc/include/grpcpp/impl/codegen/
Dclient_unary_call.h62 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_PLUCK, GRPC_CQ_DEFAULT_POLLING, in BlockingUnaryCallImpl()
Dcompletion_queue_impl.h109 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_NEXT, GRPC_CQ_DEFAULT_POLLING, in CompletionQueue()
430 ServerCompletionQueue() : polling_type_(GRPC_CQ_DEFAULT_POLLING) {} in ServerCompletionQueue()
Dcompletion_queue.h108 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_NEXT, GRPC_CQ_DEFAULT_POLLING, in CompletionQueue()
432 ServerCompletionQueue() : polling_type_(GRPC_CQ_DEFAULT_POLLING) {} in ServerCompletionQueue()
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/src/cpp/server/
Dserver_builder.cc75 is_frequently_polled ? GRPC_CQ_DEFAULT_POLLING : GRPC_CQ_NON_LISTENING, in AddCompletionQueue()
311 is_hybrid_server ? GRPC_CQ_NON_POLLING : GRPC_CQ_DEFAULT_POLLING; in BuildAndStart()
Dserver_cc.cc1354 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_CALLBACK, GRPC_CQ_DEFAULT_POLLING, in CallbackCQ()
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCCompletionQueue.m24 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_NEXT, GRPC_CQ_DEFAULT_POLLING, NULL};
/third_party/grpc/doc/core/
Dgrpc-cq.md19 - GRPC_CQ_DEFAULT_POLLING: Threads calling completion_queue_next/pluck do polling
/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h712 GRPC_CQ_DEFAULT_POLLING, enumerator
/third_party/grpc/src/cpp/client/
Dchannel_cc.cc243 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_CALLBACK, GRPC_CQ_DEFAULT_POLLING, in CallbackCQ()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi231 GRPC_CQ_DEFAULT_POLLING