Searched refs:IsInterrupted (Results 1 - 7 of 7) sorted by relevance

/art/runtime/native/
H A Djava_lang_Thread.cc47 return (thread != nullptr) ? thread->IsInterrupted() : JNI_FALSE;
/art/openjdkjvmti/
H A Dti_monitor.cc301 if (self->IsInterrupted()) {
H A Dti_thread.cc355 if (state.native_thread->IsInterrupted()) {
/art/openjdkjvm/
H A DOpenjdkJvm.cc393 return (thread != nullptr) ? thread->IsInterrupted() : JNI_FALSE;
/art/runtime/
H A Dmonitor.cc802 if (self->IsInterrupted()) {
812 was_interrupted = self->IsInterrupted();
H A Dthread.h556 bool IsInterrupted();
H A Dthread.cc2412 bool Thread::IsInterrupted() { function in class:Thread

Completed in 2615 milliseconds