Searched refs:found_owner (Results 1 – 2 of 2) sorted by relevance
323 void Monitor::FailedUnlock(mirror::Object* o, Thread* expected_owner, Thread* found_owner, in FailedUnlock() argument338 found_owner_string = ThreadToString(found_owner); in FailedUnlock()341 if (found_owner == NULL) { in FailedUnlock()355 if (found_owner == NULL) { in FailedUnlock()363 if (found_owner != current_owner) { in FailedUnlock()
158 …static void FailedUnlock(mirror::Object* obj, Thread* expected_owner, Thread* found_owner, Monitor…