atomic_int

Macro atomic_int 

Source
macro_rules! atomic_int {
    (
        $atomic_type:ident,
        $int_type:ident
    ) => { ... };
}