Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc676 uint32_t found_owner_thread_id, in FailedUnlock() argument
686 Thread* found_owner = thread_list->FindThreadByThreadId(found_owner_thread_id); in FailedUnlock()
700 if (found_owner_thread_id == 0u) { in FailedUnlock()
714 if (found_owner_thread_id == 0u) { in FailedUnlock()
722 if (found_owner_thread_id != current_owner_thread_id) { in FailedUnlock()
Dmonitor.h217 uint32_t found_owner_thread_id,