Function atomic_u_max

Source
pub fn atomic_u_max<const SCOPE: u32, const SEMANTICS: u32>(
    slab: &mut [u32],
    id: Id<u32>,
    val: u32,
) -> u32
Expand description

Perform an atomic_u_max operation.

ยงNote

This is not atomic on CPU.