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

/art/runtime/gc/
H A Dtask_processor_test.cc65 TEST_F(TaskProcessorTest, Interrupt) {
/art/runtime/native/
H A Djava_lang_Thread.cc131 thread->Interrupt(soa.Self());
/art/runtime/
H A Dmonitor_test.cc186 // Interrupt the other thread.
187 monitor_test_->thread_->Interrupt(self);
H A Ddebugger.h511 static JDWP::JdwpError Interrupt(JDWP::ObjectId thread_id)
H A Dthread.h557 void Interrupt(Thread* self) REQUIRES(!*wait_mutex_);
H A Ddebugger.cc2346 JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) { function in class:art::Dbg
2353 thread->Interrupt(soa.Self());
H A Dthread.cc2416 void Thread::Interrupt(Thread* self) { function in class:Thread
/art/openjdkjvm/
H A DOpenjdkJvm.cc382 thread->Interrupt(soa.Self());
/art/openjdkjvmti/
H A Dti_thread.cc1099 target->Interrupt(self);
/art/runtime/jdwp/
H A Djdwp_handler.cc1107 return Dbg::Interrupt(thread_id);
1541 { 11, 11, TR_Interrupt, "ThreadReference.Interrupt" },

Completed in 291 milliseconds