[PATCH] D18811: Fix a race condition in support library ThreadPool
Jason Henline via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 6 15:44:21 PDT 2016
jhen added a comment.
joker.eph: You are right, the TSAN error goes away if the order of the conditions on line 79 is swapped. I'll update this patch to make only that change.
http://reviews.llvm.org/D18811
More information about the llvm-commits
mailing list