[PATCH] D46663: [lsan] Report unsuspended threads

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 15:16:56 PDT 2018


vitalybuka marked an inline comment as done.
vitalybuka added inline comments.


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


Repository:
  rL LLVM

https://reviews.llvm.org/D46663





More information about the llvm-commits mailing list