sync/atomic_int.sh

Atomic int related structs and functions.

AtomicInt()

AtomicInt.

AtomicInt_add()

Add to the value.

AtomicInt_compare_and_swap()

Compare and swap.

AtomicInt_inc()

Increment.

AtomicInt_load()

Load value.

AtomicInt_store()

Store value.

AtomicInt_swap()

Swap values (store new and return old).