Home | History | Annotate | Download | only in vm

Lines Matching full:monitor

964             ALOGE("Unable to initialize monitor tracking table");
971 ALOGE("Unable to add entry to monitor tracking table");
974 LOGVV("--- added monitor %p", obj);
985 ALOGE("JNI monitor %p not found in tracking list", obj);
988 LOGVV("--- removed monitor %p", obj);
1005 ALOGW("Unable to unlock monitor %p at thread detach", *ptr);
1007 LOGVV("--- detach-releasing monitor %p", *ptr);
2520 * Lock the monitor.
2522 * We have to track all monitor enters and exits, so that we can undo any
2534 * Unlock the monitor.
2537 * doesn't own the monitor. (dvmUnlockObject() takes care of the throw.)