Home | History | Annotate | Download | only in vm

Lines Matching full:monitor

569     /* Monitor list, so we can free them */
570 /*volatile*/ Monitor* monitorList;
572 /* Monitor for Thread.sleep() implementation */
573 Monitor* threadSleepMon;
757 * we want to monitor it closely to make sure we don't have performance bugs.