Constant parking_lot::raw_mutex::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.
const LOCKED_BIT: u8 = 0b01;
This bit is set in the state
of a RawMutex
when that mutex is locked by some thread.