Home
last modified time | relevance | path

Searched refs:IsFrequentlyPolled (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Dcompletion_queue_impl.h426 bool IsFrequentlyPolled() { return polling_type_ != GRPC_CQ_NON_LISTENING; } in IsFrequentlyPolled() function
Dcompletion_queue.h428 bool IsFrequentlyPolled() { return polling_type_ != GRPC_CQ_NON_LISTENING; } in IsFrequentlyPolled() function
/third_party/grpc/src/cpp/server/
Dserver_builder.cc291 if (cq->IsFrequentlyPolled()) { in BuildAndStart()
Dserver_cc.cc1201 if (cqs[i]->IsFrequentlyPolled()) { in Start()