Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/end2end/
Dtest_service_impl.cc192 std::thread* server_try_cancel_thd = nullptr; in RequestStream() local
194 server_try_cancel_thd = in RequestStream()
204 if (server_try_cancel_thd != nullptr) { in RequestStream()
205 server_try_cancel_thd->join(); in RequestStream()
206 delete server_try_cancel_thd; in RequestStream()
247 std::thread* server_try_cancel_thd = nullptr; in ResponseStream() local
249 server_try_cancel_thd = in ResponseStream()
262 if (server_try_cancel_thd != nullptr) { in ResponseStream()
263 server_try_cancel_thd->join(); in ResponseStream()
264 delete server_try_cancel_thd; in ResponseStream()
[all …]
Dasync_end2end_test.cc1262 std::thread* server_try_cancel_thd = nullptr; in TestClientStreamingServerCancel() local
1267 server_try_cancel_thd = in TestClientStreamingServerCancel()
1300 if (server_try_cancel_thd != nullptr) { in TestClientStreamingServerCancel()
1301 server_try_cancel_thd->join(); in TestClientStreamingServerCancel()
1302 delete server_try_cancel_thd; in TestClientStreamingServerCancel()
1410 std::thread* server_try_cancel_thd = nullptr; in TestServerStreamingServerCancel() local
1415 server_try_cancel_thd = in TestServerStreamingServerCancel()
1448 if (server_try_cancel_thd != nullptr) { in TestServerStreamingServerCancel()
1449 server_try_cancel_thd->join(); in TestServerStreamingServerCancel()
1450 delete server_try_cancel_thd; in TestServerStreamingServerCancel()
[all …]