Joakim Gebart 215ccc1213 core: Introduce atomic counters
- Move generic implementation of atomic_set_return to core/atomic.c
 - Generic implementation of atomic compare and swap in core/atomic.c
 - atomic_cas is used to implement atomic counters in core/include/atomic.h
 - atomic_int_t is an atomic integer type
 - ATOMIC_INIT can be used as an initializer for atomic_int_t
 - ATOMIC_VALUE gets a reference to the value of an atomic integer
2015-05-07 18:52:13 +02:00
..
2015-05-07 18:52:13 +02:00
2015-05-07 18:52:13 +02:00
2015-02-08 18:52:16 +01:00
2014-08-23 16:16:26 +02:00
2014-10-30 16:11:11 +01:00
2014-12-11 17:39:17 +01:00