Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc323 void Monitor::FailedUnlock(mirror::Object* o, Thread* expected_owner, Thread* found_owner, in FailedUnlock() argument
338 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()
Dmonitor.h158 …static void FailedUnlock(mirror::Object* obj, Thread* expected_owner, Thread* found_owner, Monitor…