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

/art/runtime/gc/
H A Dtask_processor_test.cc65 TEST_F(TaskProcessorTest, Interrupt) {
/art/runtime/native/
H A Djava_lang_Thread.cc127 thread->Interrupt(soa.Self());
/art/runtime/
H A Dmonitor_test.cc235 // Interrupt the other thread.
236 monitor_test_->thread_->Interrupt(self);
H A Ddebugger.h482 static JDWP::JdwpError Interrupt(JDWP::ObjectId thread_id)
H A Dthread.h465 void Interrupt(Thread* self) REQUIRES(!*wait_mutex_);
H A Ddebugger.cc2225 JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) { function in class:art::Dbg
2232 thread->Interrupt(soa.Self());
H A Dthread.cc1948 void Thread::Interrupt(Thread* self) { function in class:art::Thread
/art/runtime/openjdkjvm/
H A DOpenjdkJvm.cc383 thread->Interrupt(soa.Self());
/art/runtime/jdwp/
H A Djdwp_handler.cc1100 return Dbg::Interrupt(thread_id);
1534 { 11, 11, TR_Interrupt, "ThreadReference.Interrupt" },

Completed in 453 milliseconds