Fixed missing acquire read in Flat-Combining algorithm (found by TSan)
authorkhizmax <libcds.dev@gmail.com>
Sun, 16 Apr 2017 09:21:53 +0000 (12:21 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 16 Apr 2017 09:21:53 +0000 (12:21 +0300)
commit61d3987a3cda1ab656a9224349d9aac7fbfb1fbc
treed6a7447074e1e3c9df3a873b90705b8ab2e888cd
parent6d68de6d1598f3abac6b562816af12cb2d2bf1ad
Fixed missing acquire read in Flat-Combining algorithm (found by TSan)
Removed redundant TSan annotation from FC-based containers
cds/algo/flat_combining/kernel.h
cds/container/fcdeque.h
cds/container/fcpriority_queue.h
cds/container/fcqueue.h
cds/container/fcstack.h
cds/intrusive/fcqueue.h
cds/intrusive/fcstack.h