pub unsafe fn aws_atomic_load_int(var: *const AwsCAtomicVar) -> usize
Expand description

Reads an atomic var as an integer, using sequentially consistent ordering, and returns the result.

Safety

The caller must ensure that the AwsCAtomicVar pointer is valid.