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

/art/runtime/native/
H A Djava_lang_Thread.cc113 thread->Interrupt(soa.Self());
/art/runtime/
H A Dmonitor_test.cc234 // Interrupt the other thread.
235 monitor_test_->thread_->Interrupt(self);
H A Ddebugger.h491 static JDWP::JdwpError Interrupt(JDWP::ObjectId thread_id)
H A Dthread.h424 void Interrupt(Thread* self) LOCKS_EXCLUDED(wait_mutex_);
H A Dthread.cc1389 void Thread::Interrupt(Thread* self) { function in class:art::Thread
H A Ddebugger.cc2217 JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) { function in class:art::Dbg
2225 thread->Interrupt(soa.Self());
/art/runtime/jdwp/
H A Djdwp_handler.cc1130 return Dbg::Interrupt(thread_id);
1557 { 11, 11, TR_Interrupt, "ThreadReference.Interrupt" },

Completed in 130 milliseconds