Home
last modified time | relevance | path

Searched defs:completion_queue (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/unit/_cython/
D_read_some_but_not_all_responses_test.py28 def __init__(self, completion_queue, shutdown_tag): argument
67 def __init__(self, condition, completion_queue, due): argument
D_cancel_many_calls_test.py55 def __init__(self, state, completion_queue, rpc_event): argument
118 def __init__(self, condition, completion_queue, due): argument
Dtest_utilities.py48 def __init__(self, completion_queue, deadline): argument
D_common.py42 def __init__(self, condition, completion_queue): argument
/third_party/grpc/src/php/ext/grpc/
Dcompletion_queue.c21 grpc_completion_queue *completion_queue; variable
/third_party/grpc/src/core/lib/surface/
Dchannel.cc103 grpc_completion_queue* completion_queue, in grpc_channel_create_call()
132 grpc_completion_queue* completion_queue, void* registered_call_handle, in grpc_channel_create_registered_call()