Searched refs:Interrupt (Results 1 – 11 of 11) sorted by relevance
1 Interrupt before start7 Interrupt recur13 Interrupt spinning19 Interrupt wait
30 Interrupt Test
25 Interrupt a monitor being waited on.
27 Interrupt a monitor being waited on.
65 TEST_F(TaskProcessorTest, Interrupt) { in TEST_F() argument
134 thread->Interrupt(soa.Self()); in Thread_interrupt0()
193 monitor_test_->thread_->Interrupt(self); in Run()
805 void Interrupt(Thread* self) REQUIRES(!wait_mutex_);
2874 void Thread::Interrupt(Thread* self) { in Interrupt() function in art::Thread
414 thread->Interrupt(soa.Self()); in JVM_Interrupt()
1151 target->Interrupt(self); in InterruptThread()