[PATCH] D31474: Update suspended threads info to be compatible with darwin

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 14:59:54 PDT 2017


fjricci updated this revision to Diff 93411.
fjricci added a comment.

Use a struct to store both thread and tid

I'm not sure how great this patch is, I don't love that we store
the tid twice on Linux.


https://reviews.llvm.org/D31474

Files:
  lib/sanitizer_common/sanitizer_stoptheworld.h
  lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
  lib/sanitizer_common/sanitizer_stoptheworld_mac.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31474.93411.patch
Type: text/x-patch
Size: 4421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170329/b04f33c0/attachment.bin>


More information about the llvm-commits mailing list