pub unsafe extern "C" fn switch_atomic_read(
mem: *mut switch_atomic_t,
) -> u32Expand description
Uses an atomic operation to read the uint32 value at the location specified by mem. @param mem The location of memory which stores the value to read.