Searched refs:Interrupt (Results 1 – 10 of 10) sorted by relevance
1 Interrupt before start7 Interrupt recur13 Interrupt spinning19 Interrupt wait
30 Interrupt Test
27 Interrupt a monitor being waited on.
65 TEST_F(TaskProcessorTest, Interrupt) { in TEST_F() argument
138 thread->Interrupt(soa.Self()); in Thread_interrupt0()
188 monitor_test_->thread_->Interrupt(self); in Run()
583 void Interrupt(Thread* self) REQUIRES(!wait_mutex_);
2634 void Thread::Interrupt(Thread* self) { in Interrupt() function in art::Thread
382 thread->Interrupt(soa.Self()); in JVM_Interrupt()
1138 target->Interrupt(self); in InterruptThread()