Home
last modified time | relevance | path

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

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