Searched refs:Interrupted (Results 1 – 5 of 5) sorted by relevance
9 Other thread Interrupted. err: java.lang.Error: Interrupted!15 Other thread Interrupted.21 Other thread interrupted. err: java.lang.Error: Interrupted!
40 return static_cast<JNIEnvExt*>(env)->GetSelf()->Interrupted() ? JNI_TRUE : JNI_FALSE; in Thread_interrupted()
386 return static_cast<art::JNIEnvExt*>(env)->GetSelf()->Interrupted() ? JNI_TRUE : JNI_FALSE; in JVM_IsInterrupted()
553 bool Interrupted();
2601 bool Thread::Interrupted() { in Interrupted() function in art::Thread