1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/tsrb
Marian Buschsieweke 0d0b14de29
sys/tsrb: Make thread-safe
Drop the requirement of having only one writer and one reader, as the name of
the ring-buffer does not indicate any limitation on the thread-safety. The
two-threads-one-buffer kind of ring buffer can be reintroduced with a different
name.
2020-10-13 10:32:41 +02:00
..
Makefile sys: add thread-safe ringbuffer implementation 2015-09-25 09:08:34 +02:00
tsrb.c sys/tsrb: Make thread-safe 2020-10-13 10:32:41 +02:00