Searched defs:Interrupt (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/test/cpp/util/ | ||
D | subprocess.cc | 42 void SubProcess::Interrupt() { gpr_subprocess_interrupt(subprocess_); } in Interrupt() function in grpc::SubProcess |
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ | ||
D | intrp_resource.h | 32 virtual void Interrupt() { st_ = State::kInterrupted; } in Interrupt() function |
D | cond_var.cc | 67 void CondVar::Interrupt() { in Interrupt() function in mindspore::dataset::CondVar |
D | README.md | 250 ## Interrupt section |