130c130
< static const FlagsType LOCKED = 0x00100000;
---
> static const FlagsType LOCKED_RMW = 0x00100000;
629c629
< bool isLocked() const { return _flags.isSet(LOCKED); }
---
> bool isLockedRMW() const { return _flags.isSet(LOCKED_RMW); }