Searched refs:Interrupted (Results 1 – 1 of 1) sorted by relevance
59 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 Test420 if (!Interrupted() && status == B_TIMED_OUT) in DoSyscall()511 if (Interrupted()) in PrepareFinish()