Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/thread/
Dclock.rs95 Interrupted(Timespec), enumerator
/third_party/python/Lib/test/libregrtest/
Druntest.py98 class Interrupted(TestResult): class