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

/art/runtime/
H A Dmonitor.cc279 void Monitor::FailedUnlock(mirror::Object* o, Thread* expected_owner, Thread* found_owner, argument
294 found_owner_string = ThreadToString(found_owner);
297 if (found_owner == NULL) {
311 if (found_owner == NULL) {
319 if (found_owner != current_owner) {
H A Dmonitor.h121 static void FailedUnlock(mirror::Object* obj, Thread* expected_owner, Thread* found_owner, Monitor* mon)

Completed in 41 milliseconds