[libc-commits] [libc] [libcxx] [libc][libcxx] Use raw pointer thread handles (PR #195139)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Mon May 4 13:53:46 PDT 2026
michaelrj-google wrote:
In general I like the idea of enforcing these structs being opaque if we can get away with it. The pthread standard explicitly says it could be a pointer, integral, or struct type: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/pthread.h.html#:~:text=Since%20pthread_t%20is%20an%20opaque%20type
https://github.com/llvm/llvm-project/pull/195139
More information about the libc-commits
mailing list