mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
215ccc1213
- 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 |
||
---|---|---|
.. | ||
include | ||
atomic.c | ||
bitarithm.c | ||
clist.c | ||
doc.txt | ||
hwtimer.c | ||
kernel_init.c | ||
lifo.c | ||
Makefile | ||
msg.c | ||
mutex.c | ||
priority_queue.c | ||
reboot.c | ||
ringbuffer.c | ||
sched.c | ||
thread.c |