Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc407 Thread* original_owner = Runtime::Current()->GetThreadList()->FindThreadByThreadId( in Lock() local
410 if (original_owner != nullptr) { in Lock()
411 original_owner_tid = original_owner->GetTid(); in Lock()
412 original_owner->GetThreadName(original_owner_name); in Lock()