Searched refs:fat (Results 1 – 2 of 2) sorted by relevance
710 bool fat[kNumberOfLocks]; // Whether a lock should be thin or fat. in TestUnlockObject() local716 fat[i] = false; in TestUnlockObject()725 if (!fat[index] && (r.next() % kMoveToFat == 0)) { in TestUnlockObject()726 fat[index] = true; in TestUnlockObject()762 if (fat[index]) { in TestUnlockObject()
181 LockWord fat(this, lw.GCState()); in Install() local183 bool success = GetObject()->CasLockWord(lw, fat, CASMode::kWeak, std::memory_order_release); in Install()