Home | History | Annotate | Download | only in vm

Lines Matching refs:elt

496     Thread *elt;
507 elt = mon->waitSet;
508 while (elt->waitNext != NULL) {
509 elt = elt->waitNext;
511 elt->waitNext = thread;
520 Thread *elt;
534 elt = mon->waitSet;
535 while (elt->waitNext != NULL) {
536 if (elt->waitNext == thread) {
537 elt->waitNext = thread->waitNext;
541 elt = elt->waitNext;