[PATCH] [ASan, LSan] Improve tracking of thread creation.

Sergey Matveev earthdok at google.com
Thu Dec 4 15:32:58 PST 2014


BTW, I think the ThreadRegistry::CreateThread() call should be moved into AsanThread::Create(). This code is duplicated across 4 uses of AsanThread::Create(), and anyway most other ThreadRegistry access is done via AsanThread (including ThreadRegistry::FinishThread()).

http://reviews.llvm.org/D6441






More information about the llvm-commits mailing list