Searched refs:ServiceStop (Results 1 – 13 of 13) sorted by relevance
85 Status rc = svc->ServiceStop(); in interrupt_all()195 RETURN_IF_NOT_OK(ServiceStop()); in WatchDog()312 (void)intrp_svc_->ServiceStop(); in interrupt_all()341 (void)Service::ServiceStop(); in ~TaskGroup()
45 Status ServiceStop() noexcept;
57 Status Service::ServiceStop() noexcept { in ServiceStop() function in mindspore::dataset::Service
37 (void)ServiceStop(); in ~IntrpService()
241 RETURN_IF_NOT_OK(ServiceStop());246 …g by interrupting all of them. We will cover more on the function call ServiceStop() when we reach…504 ### Service::ServiceStop()506 …ervice at the same time, only one of them will drive the service down. ServiceStop() will call DoS…525 …erviceStart() function. The destructor of Services singleton will call ServiceStop() to bring down…
50 rc = sm_->ServiceStop(); in DoServiceStop()80 CachePool::~CachePool() noexcept { (void)ServiceStop(); } in ~CachePool()
34 CacheService::~CacheService() { (void)ServiceStop(); } in ~CacheService()65 RETURN_IF_NOT_OK(cp_->ServiceStop()); in DoServiceStop()
20 CacheClientGreeter::~CacheClientGreeter() { (void)ServiceStop(); } in ~CacheClientGreeter()
94 (void)comm_->ServiceStop(); in ~CacheClient()356 (void)vg_.ServiceStop(); in ~AsyncBufferStream()
173 ~CacheServer() override { (void)ServiceStop(); } in ~CacheServer()
115 RETURN_IF_NOT_OK(vg_.ServiceStop()); in DoServiceStop()121 rc2 = cs->ServiceStop(); in DoServiceStop()1041 RETURN_IF_NOT_OK(ServiceStop()); in Run()
64 (void)tg_->ServiceStop(); in ~ExecutionTree()
42 return tree_adapter_->AllTasks()->ServiceStop(); in Terminate()738 RETURN_IF_NOT_OK(tree->AllTasks()->ServiceStop()); in Terminate()