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

  /external/grpc-grpc/src/csharp/Grpc.Core/
Server.cs 54 volatile bool shutdownRequested;
151 GrpcPreconditions.CheckState(!shutdownRequested);
214 GrpcPreconditions.CheckState(!shutdownRequested);
215 shutdownRequested = true;
301 if (!shutdownRequested)
Channel.cs 47 bool shutdownRequested;
239 GrpcPreconditions.CheckState(!shutdownRequested);
240 shutdownRequested = true;
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
ManagedChannelImpl.java     [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 561 milliseconds