Home | History | Annotate | Download | only in runtime

Lines Matching refs:Interrupted

1375 // Implements java.lang.Thread.interrupted.
1376 bool Thread::Interrupted() {
1378 bool interrupted = IsInterruptedLocked();
1380 return interrupted;