const LOCKED_BIT: u8 = 0b01;
This bit is set in the state of a RawMutex when that mutex is locked by some thread.
state
RawMutex