Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/server/health/
Ddefault_health_check_service.h61 void StartServingThread();
Ddefault_health_check_service.cc178 void DefaultHealthCheckService::HealthCheckServiceImpl::StartServingThread() { in StartServingThread() function in grpc::DefaultHealthCheckService::HealthCheckServiceImpl
/third_party/grpc/src/cpp/server/
Dserver_cc.cc1223 default_health_check_service_impl->StartServingThread(); in Start()