Creates a new atomic integer.
impl AtomicIsize { fn new(val: isize) -> AtomicIsize }
The value which is initially stored in the atomic integer.