Searched refs:IsInterrupted (Results 1 – 7 of 7) sorted by relevance
47 return (thread != nullptr) ? thread->IsInterrupted() : JNI_FALSE; in Thread_isInterrupted()
318 if (self->IsInterrupted()) { in RawMonitorWait()
417 if (state.native_thread->IsInterrupted()) { in GetJvmtiThreadStateFromInternal()
393 return (thread != nullptr) ? thread->IsInterrupted() : JNI_FALSE; in JVM_IsInterrupted()
895 if (self->IsInterrupted()) { in Wait()905 was_interrupted = self->IsInterrupted(); in Wait()
582 bool IsInterrupted();
2630 bool Thread::IsInterrupted() { in IsInterrupted() function in art::Thread