Searched refs:Interrupted (Results 1 - 4 of 4) sorted by relevance

/art/runtime/native/
H A Djava_lang_Thread.cc40 return static_cast<JNIEnvExt*>(env)->GetSelf()->Interrupted() ? JNI_TRUE : JNI_FALSE;
/art/openjdkjvm/
H A DOpenjdkJvm.cc388 return static_cast<art::JNIEnvExt*>(env)->GetSelf()->Interrupted() ? JNI_TRUE : JNI_FALSE;
/art/runtime/
H A Dthread.h554 bool Interrupted();
H A Dthread.cc2401 bool Thread::Interrupted() { function in class:Thread

Completed in 357 milliseconds