Home
last modified time | relevance | path

Searched refs:IntrpResource (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dintrp_resource.h24 class IntrpResource {
28 IntrpResource() : st_(State::kRunning) {} in IntrpResource() function
30 virtual ~IntrpResource() = default;
Dintrp_service.h33 using SvcAllocator = Allocator<std::pair<const std::string, IntrpResource *>>;
45 Status Register(const std::string &name, IntrpResource *res);
58 std::map<std::string, IntrpResource *> all_intrp_resources_;
Dcond_var.h30 class CondVar : public IntrpResource {
Dcond_var.cc68 IntrpResource::Interrupt(); in Interrupt()
Dintrp_service.cc40 Status IntrpService::Register(const std::string &name, IntrpResource *res) { in Register()
Dtask.h47 class Task : public IntrpResource {
Dtask.cc121 IntrpResource::ResetIntrpState(); in Task()
DREADME.md261 class IntrpResource { ... };
280 All related IntrpResource can register to a
292 which goes through all registered IntrpResource objects and call the corresponding Interrupt().
294 A IntrpResource is always associated with a TaskGroup:
317 class CondVar : public IntrpResource { ... }
324 IntrpResource::Interrupt();