Home
last modified time | relevance | path

Searched refs:ShutdownTask (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/profiler/
Dstack_sampling_profiler.cc253 void ShutdownTask(int add_events);
365 sampler->ShutdownTask(add_events); in ShutdownTaskAndSignalEvent()
524 BindOnce(&SamplingThread::ShutdownTask, Unretained(this), add_events), in ScheduleShutdownIfIdle()
620 void StackSamplingProfiler::SamplingThread::ShutdownTask(int add_events) { in ShutdownTask() function in base::StackSamplingProfiler::SamplingThread
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropServer.cs87 server.ShutdownTask.Wait(); in Run()
/external/grpc-grpc/src/csharp/Grpc.Core/
DServer.cs113 public Task ShutdownTask property in Grpc.Core.Server