[libcxx-commits] [PATCH] D91875: [SystemZ][ZOS] Fix the usage of pthread_t within libc++

Zbigniew Sarbinowski via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 20 13:04:16 PST 2020


zibi added a comment.

In D91875#2408688 <https://reviews.llvm.org/D91875#2408688>, @ldionne wrote:

> It's not much, but I would expect `pthread_t` to look like a thread ID of some sort, like something you can compare. Are you sure the `pthread_t` on zOS is conforming?

The `pthread_t` is conforming on z/OS. It can be compared to other `pthread_t` objects via the `pthread_equal` function as specified in POSIX.4a.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91875/new/

https://reviews.llvm.org/D91875



More information about the libcxx-commits mailing list