Searched refs:IntrpService (Results 1 – 7 of 7) sorted by relevance
35 class IntrpService : public Service {37 IntrpService();39 ~IntrpService() noexcept override;41 IntrpService(const IntrpService &) = delete;43 IntrpService &operator=(const IntrpService &) = delete;
23 IntrpService::IntrpService() try : high_water_mark_(0) { (void)ServiceStart(); } catch (const std::… in IntrpService() function in mindspore::dataset::IntrpService28 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()
44 Status Register(std::shared_ptr<IntrpService> svc);52 std::shared_ptr<IntrpService> svc_;
154 std::shared_ptr<IntrpService> GetIntrpService();162 std::shared_ptr<IntrpService> intrp_svc_;
335 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()
59 Status CondVar::Register(std::shared_ptr<IntrpService> svc) { in Register()
283 class IntrpService {...}299 std::shared_ptr<IntrpService> intrp_svc_;