Searched refs:fat (Results 1 – 2 of 2) sorted by relevance
707 bool fat[kNumberOfLocks]; // Whether a lock should be thin or fat. in TestUnlockObject() local713 fat[i] = false; in TestUnlockObject()722 if (!fat[index] && (r.next() % kMoveToFat == 0)) { in TestUnlockObject()723 fat[index] = true; in TestUnlockObject()759 if (fat[index]) { in TestUnlockObject()
158 LockWord fat(this, lw.ReadBarrierState()); in Install() local160 bool success = GetObject()->CasLockWordWeakSequentiallyConsistent(lw, fat); in Install()