Home
last modified time | relevance | path

Searched refs:IntrpService (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dintrp_service.h35 class IntrpService : public Service {
37 IntrpService();
39 ~IntrpService() noexcept override;
41 IntrpService(const IntrpService &) = delete;
43 IntrpService &operator=(const IntrpService &) = delete;
Dintrp_service.cc23 IntrpService::IntrpService() try : high_water_mark_(0) { (void)ServiceStart(); } catch (const std::… in IntrpService() function in mindspore::dataset::IntrpService
28 IntrpService::~IntrpService() noexcept { in ~IntrpService()
40 Status IntrpService::Register(const std::string &name, IntrpResource *res) { in Register()
63 Status IntrpService::Deregister(const std::string &name) noexcept { in Deregister()
79 void IntrpService::InterruptAll() noexcept { in InterruptAll()
Dcond_var.h44 Status Register(std::shared_ptr<IntrpService> svc);
52 std::shared_ptr<IntrpService> svc_;
Dtask_manager.h154 std::shared_ptr<IntrpService> GetIntrpService();
162 std::shared_ptr<IntrpService> intrp_svc_;
Dtask_manager.cc335 auto alloc = Services::GetAllocator<IntrpService>(); in TaskGroup()
336 intrp_svc_ = std::allocate_shared<IntrpService>(alloc); in TaskGroup()
365 std::shared_ptr<IntrpService> TaskGroup::GetIntrpService() { return intrp_svc_; } in GetIntrpService()
Dcond_var.cc59 Status CondVar::Register(std::shared_ptr<IntrpService> svc) { in Register()
DREADME.md283 class IntrpService {...}
299 std::shared_ptr<IntrpService> intrp_svc_;