Home | History | Annotate | Download | only in vm

Lines Matching defs:waitMonitor

616 static void waitMonitor(Thread* self, Monitor* mon, s8 msec, s4 nsec,
685 * Set waitMonitor to the monitor object we will be waiting on.
686 * When waitMonitor is non-NULL a notifying or interrupting thread
689 assert(self->waitMonitor == NULL);
690 self->waitMonitor = mon;
698 self->waitMonitor = NULL;
725 self->waitMonitor = NULL;
786 if (thread->waitMonitor != NULL) {
818 if (thread->waitMonitor != NULL) {
1092 waitMonitor(self, mon, msec, nsec, interruptShouldThrow);
1175 waitMonitor(self, mon, msec, nsec, true);
1207 * Note that fat vs. thin doesn't matter here; waitMonitor
1211 if (thread->waitMonitor != NULL) {