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

  /external/grpc-grpc/test/core/bad_ssl/
server_common.cc 47 int shutdown_started = 0; local
70 if (got_sigint && !shutdown_started) {
80 shutdown_started = 1;
93 GPR_ASSERT(shutdown_started);
  /external/grpc-grpc/test/core/fling/
server.cc 178 int shutdown_started = 0; local
233 if (got_sigint && !shutdown_started) {
246 shutdown_started = 1;
269 GPR_ASSERT(shutdown_started);
295 if (!shutdown_started) request_call();
308 if (!shutdown_started) request_call();
313 GPR_ASSERT(shutdown_started);
  /external/grpc-grpc/test/core/memory_usage/
server.cc 155 int shutdown_started = 0; local
223 if (got_sigint && !shutdown_started) {
234 shutdown_started = 1;
311 GPR_ASSERT(shutdown_started);

Completed in 5292 milliseconds