[PATCH] D31774: [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 10:40:07 PDT 2017


fjricci added inline comments.


================
Comment at: lib/sanitizer_common/sanitizer_stoptheworld.h:21
 namespace __sanitizer {
-typedef int SuspendedThreadID;
 
----------------
Will it be problematic to move `SuspendedThreadID` from `int` to `uptr` on Linux?


Repository:
  rL LLVM

https://reviews.llvm.org/D31774





More information about the llvm-commits mailing list