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

  /external/grpc-grpc/test/cpp/end2end/
test_service_impl.cc 192 std::thread* server_try_cancel_thd = nullptr; local
194 server_try_cancel_thd =
204 if (server_try_cancel_thd != nullptr) {
205 server_try_cancel_thd->join();
206 delete server_try_cancel_thd;
247 std::thread* server_try_cancel_thd = nullptr; local
249 server_try_cancel_thd =
262 if (server_try_cancel_thd != nullptr) {
263 server_try_cancel_thd->join();
264 delete server_try_cancel_thd;
298 std::thread* server_try_cancel_thd = nullptr; local
    [all...]
async_end2end_test.cc 1262 std::thread* server_try_cancel_thd = nullptr; local
1410 std::thread* server_try_cancel_thd = nullptr; local
1559 std::thread* server_try_cancel_thd = nullptr; local
    [all...]

Completed in 183 milliseconds