Home
last modified time | relevance | path

Searched refs:Interrupted (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/thread/
H A Dsyscalls.rs72 NanosleepRelativeResult::Interrupted(remain.assume_init().into())
90 NanosleepRelativeResult::Interrupted(remain.assume_init())
128 NanosleepRelativeResult::Interrupted(remain) in clock_nanosleep_relative_old()
219 NanosleepRelativeResult::Interrupted(remain.assume_init().into())
236 Err(io::Errno::INTR) => NanosleepRelativeResult::Interrupted(remain.assume_init()),
267 NanosleepRelativeResult::Interrupted(remain) in nanosleep_old()
/third_party/rust/crates/rustix/src/backend/linux_raw/thread/
H A Dsyscalls.rs49 Err(io::Errno::INTR) => NanosleepRelativeResult::Interrupted(rem.assume_init()),
64 Err(io::Errno::INTR) => NanosleepRelativeResult::Interrupted(rem.assume_init()),
170 Err(io::Errno::INTR) => NanosleepRelativeResult::Interrupted(rem.assume_init()),
179 Err(io::Errno::INTR) => NanosleepRelativeResult::Interrupted(rem.assume_init()),
/third_party/python/Lib/test/libregrtest/
H A Dmain.py16 Passed, Failed, EnvChanged, Skipped, ResourceDenied, Interrupted,
119 if not isinstance(result, (ChildError, Interrupted)) and not rerun:
137 elif isinstance(result, Interrupted):
142 if rerun and not isinstance(result, (Failed, Interrupted)):
369 if isinstance(result, Interrupted):
485 if isinstance(result, Interrupted):
H A Druntest_mp.py20 runtest, is_failed, TestResult, Interrupted, Timeout, ChildError, PROGRESS_MIN_TIME)
45 if isinstance(result, Interrupted):
H A Druntest.py99 class Interrupted(TestResult): class
380 return Interrupted(test_name)
/third_party/rust/crates/rustix/src/thread/
H A Dclock.rs95 Interrupted(Timespec),
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dpeg_calculator.rs47 Err(ReadlineError::Interrupted) | Err(ReadlineError::Eof) => return Ok(()), in main()

Completed in 5 milliseconds