Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dasync_end2end_test.cc1432 std::thread cli_thread([&cli_cq, &cli_stream, &expected_client_cq_result, in TestClientStreamingServerCancel() local
1488 cli_thread.join(); in TestClientStreamingServerCancel()
1588 std::thread cli_thread([&cli_cq, &cli_stream, &expected_client_cq_result, in TestServerStreamingServerCancel() local
1655 cli_thread.join(); in TestServerStreamingServerCancel()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_socket.py4577 cli_thread = threading.Thread(target=self.doConnect)
4578 cli_thread.start()
4581 cli_thread.join()