Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc508 Thread* original_owner = Runtime::Current()->GetThreadList()->FindThreadByThreadId( in Lock() local
511 if (original_owner != nullptr) { in Lock()
513 original_owner_tid = original_owner->GetTid(); in Lock()
514 original_owner->GetThreadName(original_owner_name); in Lock()
529 original_owner->RequestSynchronousCheckpoint(&owner_trace); in Lock()