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)) {
71 return Finish(Interrupted());
102 bool Interrupted() const { return RunMode() == RUN_HANDLE_SIGNAL; } function in class:Test
420 if (!Interrupted() && status == B_TIMED_OUT)
511 if (Interrupted())

Completed in 26 milliseconds