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

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 10:16:32 PDT 2017


emaste added a comment.

As an aside we may want `pthread_getthreadid_np()` (the user-facing thread ID) on FreeBSD instead of `pthread_self()` (an opaque pointer), as a separate / later change.


Repository:
  rL LLVM

https://reviews.llvm.org/D31774





More information about the llvm-commits mailing list