[PATCH] D19722: [sanitizer] Don't reuse the main thread in ThreadRegistry

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 02:45:25 PDT 2016


dvyukov added a comment.

No, it is not OK. How does the look like?
Note to get thread id reuse, you don't need to use GCD worker threads, you can create 16 normal threads, ensure that they started and join them.


http://reviews.llvm.org/D19722





More information about the llvm-commits mailing list