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

  /external/grpc-grpc/src/csharp/Grpc.Core.Tests/
GrpcEnvironmentTest.cs 86 GrpcEnvironment.ShuttingDown += handler;
89 GrpcEnvironment.ShuttingDown -= handler;
  /art/runtime/jit/
profile_saver.h 94 bool ShuttingDown(Thread* self) REQUIRES(!Locks::profiler_lock_);
profile_saver.cc 153 while (!ShuttingDown(self)) {
170 if (ShuttingDown(self)) {
185 if (ShuttingDown(self)) {
193 if (ShuttingDown(self)) {
528 if (!force_save && ShuttingDown(Thread::Current())) {
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.Core/
GrpcEnvironment.cs 295 public static event EventHandler ShuttingDown;
395 await Task.Run(() => ShuttingDown?.Invoke(this, null)).ConfigureAwait(false);

Completed in 214 milliseconds