Searched refs:server_try_cancel_thd (Results 1 – 2 of 2) sorted by relevance
192 std::thread* server_try_cancel_thd = nullptr; in RequestStream() local194 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() local249 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 …]
1262 std::thread* server_try_cancel_thd = nullptr; in TestClientStreamingServerCancel() local1267 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() local1415 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 …]