Skip to main content

switch_atomic_read

Function switch_atomic_read 

Source
pub unsafe extern "C" fn switch_atomic_read(
    mem: *mut switch_atomic_t,
) -> u32
Expand 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.