Searched refs:GRPC_CQ_DEFAULT_POLLING (Results 1 – 15 of 15) sorted by relevance
/third_party/grpc/test/core/surface/ |
D | completion_queue_test.cc | 73 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/ |
D | completion_queue_factory.cc | 63 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/ |
D | multiple_server_queues_test.cc | 35 attr.cq_polling_type = GRPC_CQ_DEFAULT_POLLING; in main()
|
/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 | completion_queue_impl.h | 109 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_NEXT, GRPC_CQ_DEFAULT_POLLING, in CompletionQueue() 430 ServerCompletionQueue() : polling_type_(GRPC_CQ_DEFAULT_POLLING) {} in ServerCompletionQueue()
|
D | completion_queue.h | 108 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_NEXT, GRPC_CQ_DEFAULT_POLLING, in CompletionQueue() 432 ServerCompletionQueue() : polling_type_(GRPC_CQ_DEFAULT_POLLING) {} in ServerCompletionQueue()
|
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/src/cpp/server/ |
D | server_builder.cc | 75 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()
|
D | server_cc.cc | 1354 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_CALLBACK, GRPC_CQ_DEFAULT_POLLING, in CallbackCQ()
|
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/ |
D | GRPCCompletionQueue.m | 24 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_NEXT, GRPC_CQ_DEFAULT_POLLING, NULL};
|
/third_party/grpc/doc/core/ |
D | grpc-cq.md | 19 - GRPC_CQ_DEFAULT_POLLING: Threads calling completion_queue_next/pluck do polling
|
/third_party/grpc/include/grpc/impl/codegen/ |
D | grpc_types.h | 712 GRPC_CQ_DEFAULT_POLLING, enumerator
|
/third_party/grpc/src/cpp/client/ |
D | channel_cc.cc | 243 GRPC_CQ_CURRENT_VERSION, GRPC_CQ_CALLBACK, GRPC_CQ_DEFAULT_POLLING, in CallbackCQ()
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc.pxi | 231 GRPC_CQ_DEFAULT_POLLING
|