Searched defs:found_owner (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmonitor.cc323 void Monitor::FailedUnlock(mirror::Object* o, Thread* expected_owner, Thread* found_owner, argument
338 found_owner_string = ThreadToString(found_owner);
341 if (found_owner == NULL) {
355 if (found_owner == NULL) {
363 if (found_owner != current_owner) {

Completed in 32 milliseconds