Home
last modified time | relevance | path

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

/haiku/src/tests/system/kernel/
H A Dsyscall_restart_test.cpp59 if (result != (Interrupted() ? B_INTERRUPTED : B_OK)) { in Run()
71 return Finish(Interrupted()); in Run()
102 bool Interrupted() const { return RunMode() == RUN_HANDLE_SIGNAL; } in Interrupted() function in Test
420 if (!Interrupted() && status == B_TIMED_OUT) in DoSyscall()
511 if (Interrupted()) in PrepareFinish()