Searched refs:GetRunningThread (Results 1 – 4 of 4) sorted by relevance
67 Thread* GetRunningThread() const REQUIRES(!lock_);
106 Thread* TaskProcessor::GetRunningThread() const { in GetRunningThread() function in art::gc::TaskProcessor
3550 if (self != task_processor_->GetRunningThread()) { in WaitForGcToCompleteLocked()3570 if (self != task_processor_->GetRunningThread()) { in WaitForGcToCompleteLocked()
52 Runtime::Current()->GetHeap()->GetTaskProcessor()->GetRunningThread(); in GetThreadStack()