Add multiple producers, single consumer lock-free queue
commit40a1f59a5bd5fef91ac3eadce47589cb68a0f403
authorPawel Dziepak <pdziepak@quarnos.org>
Fri, 14 Feb 2014 02:43:33 +0000 (14 03:43 +0100)
committerPawel Dziepak <pdziepak@quarnos.org>
Fri, 14 Feb 2014 02:43:33 +0000 (14 03:43 +0100)
tree0476edaa594c488512cbf163fb980915fb1b113d
parent366ba63845419fc2412a2f2c4c88327e8f71dda4
Add multiple producers, single consumer lock-free queue

Signed-off-by: Pawel Dziepak <pdziepak@quarnos.org>
.gitignore
configure.ac
src/Makefile.am
src/atomic.h [new file with mode: 0644]
src/mpsc_queue.c [new file with mode: 0644]
src/mpsc_queue.h [new file with mode: 0644]
test/Makefile.am
test/mpsc_queue_m.c [new file with mode: 0644]
test/mpsc_queue_s.c [new file with mode: 0644]