Home | History | Annotate | Download | only in vm

Lines Matching refs:lockCount

119     int         lockCount;      /* owner's recursive lock depth */
466 mon->lockCount++;
497 assert(mon->lockCount == 0);
532 mon->lockCount++;
537 assert(mon->lockCount == 0);
560 if (mon->lockCount == 0) {
566 mon->lockCount--;
780 int prevLockCount = mon->lockCount;
781 mon->lockCount = 0;
856 mon->lockCount = prevLockCount;
958 mon->lockCount = LW_LOCK_COUNT(thin);
1253 self->threadId, &obj->lock, mon->lockCount);