Lines Matching refs:fat
52 * The two states of an Object's lock are referred to as "thin" and "fat". A lock may transition
53 * from the "thin" state to the "fat" state and this transition is referred to as inflation. Once
54 * a lock has been inflated it remains in the "fat" state indefinitely.
158 LockWord fat(this, lw.ReadBarrierState());
160 bool success = GetObject()->CasLockWordWeakSequentiallyConsistent(lw, fat);