Home
last modified time | relevance | path

Searched refs:cli_thread (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/cpp/end2end/
Dasync_end2end_test.cc1242 std::thread cli_thread([&cli_cq, &cli_stream, &expected_client_cq_result, in TestClientStreamingServerCancel() local
1298 cli_thread.join(); in TestClientStreamingServerCancel()
1398 std::thread cli_thread([&cli_cq, &cli_stream, &expected_client_cq_result, in TestServerStreamingServerCancel() local
1465 cli_thread.join(); in TestServerStreamingServerCancel()
/external/python/cpython3/Lib/test/
Dtest_socket.py4078 cli_thread = threading.Thread(target=self.doConnect)
4079 cli_thread.start()
4082 cli_thread.join()