Home
last modified time | relevance | path

Searched refs:GetRunningThread (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/
Dtask_processor.h67 Thread* GetRunningThread() const REQUIRES(!lock_);
Dtask_processor.cc106 Thread* TaskProcessor::GetRunningThread() const { in GetRunningThread() function in art::gc::TaskProcessor
Dheap.cc3431 if (self != task_processor_->GetRunningThread()) { in WaitForGcToCompleteLocked()
3451 if (self != task_processor_->GetRunningThread()) { in WaitForGcToCompleteLocked()
/art/runtime/native/
Ddalvik_system_VMStack.cc52 Runtime::Current()->GetHeap()->GetTaskProcessor()->GetRunningThread(); in GetThreadStack()