[PATCH] D46663: [lsan] Report unsuspended threads

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 15:08:24 PDT 2018


eugenis accepted this revision.
eugenis added inline comments.
This revision is now accepted and ready to land.


================
Comment at: compiler-rt/lib/lsan/lsan_common.cc:530
 
+static void CheckThreadRegistryLocked(ThreadContextBase *tctx, void *arg) {
+  const InternalMmapVector<tid_t> &suspended_threads =
----------------
did you mean CheckThreadLocked? No reason to use function overloading here.


Repository:
  rL LLVM

https://reviews.llvm.org/D46663





More information about the llvm-commits mailing list