Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #2328 - vaffeine:add-macos-pthread_mach_thread_np, r=Am…
…anieu Add mac/ios pthread_mach_thread_np This function allow to retrieve the mach thread bound to the pthread. From [pthread.h](https://opensource.apple.com/source/libpthread/libpthread-416.40.3/pthread/pthread.h.auto.html): ``` __API_AVAILABLE(macos(10.4), ios(2.0)) mach_port_t pthread_mach_thread_np(pthread_t); ```
- Loading branch information