HomeSort by relevance Sort by last modified time
    Searched refs:client_condition (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/
_common.py 115 self.client_condition = threading.Condition()
117 self.client_driver = QueueDriver(self.client_condition,
_cancel_many_calls_test.py 170 client_condition = threading.Condition()
173 with client_condition:
211 with client_condition:
_read_some_but_not_all_responses_test.py 130 client_condition = threading.Condition()

Completed in 1479 milliseconds