spsc-bugfix: duplicate the (buggy) spsc-queue
authorBrian Norris <banorris@uci.edu>
Wed, 14 Nov 2012 01:30:30 +0000 (17:30 -0800)
committerBrian Norris <banorris@uci.edu>
Wed, 14 Nov 2012 01:30:30 +0000 (17:30 -0800)
commit991d0fdc0fb17f85d485c97dc2c5d8d57a98dad9
tree86ddc7ecdeb8edf6e26ef06d477da2428d1e8415
parent91db0c118d7135f69846bcedfb8a26c0afb44045
spsc-bugfix: duplicate the (buggy) spsc-queue

Preparing to fix the deadlock bug.
spsc-bugfix/.gitignore [new file with mode: 0644]
spsc-bugfix/Makefile [new file with mode: 0644]
spsc-bugfix/eventcount-relacy.h [new file with mode: 0644]
spsc-bugfix/eventcount.h [new file with mode: 0644]
spsc-bugfix/queue-relacy.h [new file with mode: 0644]
spsc-bugfix/queue.h [new file with mode: 0644]
spsc-bugfix/spsc-queue.cc [new file with mode: 0644]
spsc-bugfix/spsc-relacy.cc [new file with mode: 0644]