Home | History | Annotate | Download | only in vm

Lines Matching refs:waitMonitor

730 static void waitMonitor(Thread* self, Monitor* mon, s8 msec, s4 nsec,
801 * Set waitMonitor to the monitor object we will be waiting on.
802 * When waitMonitor is non-NULL a notifying or interrupting thread
805 assert(self->waitMonitor == NULL);
806 self->waitMonitor = mon;
814 self->waitMonitor = NULL;
841 self->waitMonitor = NULL;
901 if (thread->waitMonitor != NULL) {
933 if (thread->waitMonitor != NULL) {
1256 waitMonitor(self, mon, msec, nsec, interruptShouldThrow);
1339 waitMonitor(self, mon, msec, nsec, true);
1371 * Note that fat vs. thin doesn't matter here; waitMonitor
1375 if (thread->waitMonitor != NULL) {