[PATCH] D14328: [tsan] Handle libdispatch worker threads on OS X

Anna Zaks via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 10:20:14 PST 2015


zaks.anna added a comment.

> On OS X, GCD worker threads are created without a call to pthread_create. We need to properly register these threads with ThreadCreate and ThreadStart.


How do we deal with these in ASan?


Repository:
  rL LLVM

http://reviews.llvm.org/D14328





More information about the llvm-commits mailing list