Constant LOCKED_BIT

Source
const LOCKED_BIT: u8 = 0b01;
Expand description

This bit is set in the state of a RawMutex when that mutex is locked by some thread.