Home
last modified time | relevance | path

Searched defs:Interrupted (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dintrp_resource.h38 bool Interrupted() const { return CurState() == State::kInterrupted; } in Interrupted() function
/third_party/python/Lib/test/libregrtest/
Druntest.py98 class Interrupted(TestResult): class