pub const SHARED_CELL_STATE_OFFSET: i32 = 0;Expand description
Byte offset of the lock state byte within SharedCell. The JIT’s
inline lock CAS targets this offset as a compile-time constant.
pub const SHARED_CELL_STATE_OFFSET: i32 = 0;Byte offset of the lock state byte within SharedCell. The JIT’s
inline lock CAS targets this offset as a compile-time constant.