Home
last modified time | relevance | path

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

/art/test/1934-jvmti-signal-thread/
Dexpected.txt9 Other thread Interrupted. err: java.lang.Error: Interrupted!
15 Other thread Interrupted.
21 Other thread interrupted. err: java.lang.Error: Interrupted!
/art/runtime/native/
Djava_lang_Thread.cc40 return static_cast<JNIEnvExt*>(env)->GetSelf()->Interrupted() ? JNI_TRUE : JNI_FALSE; in Thread_interrupted()
/art/openjdkjvm/
DOpenjdkJvm.cc386 return static_cast<art::JNIEnvExt*>(env)->GetSelf()->Interrupted() ? JNI_TRUE : JNI_FALSE; in JVM_IsInterrupted()
/art/runtime/
Dthread.h553 bool Interrupted();
Dthread.cc2601 bool Thread::Interrupted() { in Interrupted() function in art::Thread