-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple: Add additional pthread
APIs
#3846
Conversation
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
c2083a9
to
1315359
Compare
r? @tgross35 |
src/unix/bsd/apple/b32/mod.rs
Outdated
f.debug_struct("pthread_attr_t") | ||
f.debug_struct("pthread_once_t") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this might not have been intentional
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed--thanks for catching this!
445deba
to
8cb6396
Compare
@rustbot label -S-waiting-on-author S-waiting-on-review |
8cb6396
to
7b0b1a8
Compare
(backport <rust-lang#3846>) (cherry picked from commit 7b0b1a8)
Resolves #1618
It seems like #1618 has already been mostly resolved; this PR simply adds some of the few
pthread
APIs that are still missing.