Factor the simple lock-free array queue out of hazard-pointer.c.
authorMark Probst <mark.probst@gmail.com>
Wed, 27 Jul 2011 17:14:09 +0000 (19:14 +0200)
committerMark Probst <mark.probst@gmail.com>
Thu, 28 Jul 2011 15:19:17 +0000 (17:19 +0200)
commite182f7c121310ad13d8d4dade823c5ce82bd5e98
tree9b452e0713c3fa481133bd065984da9b86f2db82
parentd3729e9af427fda8ddb12182eb8791011ed42dd8
Factor the simple lock-free array queue out of hazard-pointer.c.
mono/utils/Makefile.am
mono/utils/hazard-pointer.c
mono/utils/lock-free-array-queue.c [new file with mode: 0644]
mono/utils/lock-free-array-queue.h [new file with mode: 0644]