Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc680 uint32_t found_owner_thread_id, in FailedUnlock() argument
690 Thread* found_owner = thread_list->FindThreadByThreadId(found_owner_thread_id); in FailedUnlock()
704 if (found_owner_thread_id == 0u) { in FailedUnlock()
718 if (found_owner_thread_id == 0u) { in FailedUnlock()
726 if (found_owner_thread_id != current_owner_thread_id) { in FailedUnlock()
Dmonitor.h223 uint32_t found_owner_thread_id,