| _pthread_types.rs |
Header: `sys/_pthread/_pthread_types.h`
<https://github.com/apple-oss-distributions/libpthread/blob/main/include/sys/_pthread/_pthread_types.h>
Note that the actual header defines `_opaque_pthread_*` structs which are typedefed to
`__darwin_pthread*` structs, and typedefed again in separate `_pthread_*.h` files to their final
`pthread_` name. This isn't useful for us so we simplify a bit and just define everything here. |
2694 |
- |