Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/
Dgrpc.h360 grpc_completion_queue* cq_for_notification, void* tag_new);
390 grpc_completion_queue* cq_for_notification, void* tag_new);
/external/grpc-grpc/src/core/lib/surface/
Dserver.cc1379 grpc_completion_queue* cq_for_notification, void* tag) { in grpc_server_request_call() argument
1390 cq_for_notification, tag)); in grpc_server_request_call()
1393 if (server->cqs[cq_idx] == cq_for_notification) { in grpc_server_request_call()
1402 if (grpc_cq_begin_op(cq_for_notification, tag) == false) { in grpc_server_request_call()
1426 grpc_completion_queue* cq_for_notification, void* tag) { in grpc_server_request_registered_call() argument
1439 cq_bound_to_call, cq_for_notification, tag)); in grpc_server_request_registered_call()
1443 if (server->cqs[cq_idx] == cq_for_notification) { in grpc_server_request_registered_call()
1458 if (grpc_cq_begin_op(cq_for_notification, tag) == false) { in grpc_server_request_registered_call()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h203 …a, grpc_completion_queue* cq_bound_to_call, grpc_completion_queue* cq_for_notification, void* tag_…
209 …d, grpc_completion_queue* cq_bound_to_call, grpc_completion_queue* cq_for_notification, void* tag_…
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi377 *cq_bound_to_call, grpc_completion_queue *cq_for_notification, void