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

/art/runtime/gc/
H A Dtask_processor_test.cc65 TEST_F(TaskProcessorTest, Interrupt) {
/art/runtime/native/
H A Djava_lang_Thread.cc117 thread->Interrupt(soa.Self());
/art/runtime/
H A Dmonitor_test.cc235 // Interrupt the other thread.
236 monitor_test_->thread_->Interrupt(self);
H A Ddebugger.h513 static JDWP::JdwpError Interrupt(JDWP::ObjectId thread_id)
H A Dthread.h452 void Interrupt(Thread* self) LOCKS_EXCLUDED(wait_mutex_);
H A Dthread.cc1592 void Thread::Interrupt(Thread* self) { function in class:art::Thread
H A Ddebugger.cc2269 JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) { function in class:art::Dbg
2276 thread->Interrupt(soa.Self());
/art/runtime/jdwp/
H A Djdwp_handler.cc1080 return Dbg::Interrupt(thread_id);
1507 { 11, 11, TR_Interrupt, "ThreadReference.Interrupt" },

Completed in 153 milliseconds