-
Notifications
You must be signed in to change notification settings - Fork 1.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
add more pthread_attr functions and related constants: #3447
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
2d2618d
to
a6af715
Compare
Could you fix the style issue? |
pthread_attr_getinheritsched pthread_attr_setinheritsched pthread_attr_getschedpolicy pthread_attr_setschedpolicy pthread_attr_getschedparam pthread_attr_setschedparam PTHREAD_INHERIT_SCHED PTHREAD_EXPLICIT_SCHED
hi, fixed. |
Thanks! @bors r+ |
add more pthread_attr functions and related constants: pthread_attr_getinheritsched pthread_attr_setinheritsched pthread_attr_getschedpolicy pthread_attr_setschedpolicy pthread_attr_getschedparam pthread_attr_setschedparam PTHREAD_INHERIT_SCHED PTHREAD_EXPLICIT_SCHED
@bors retry yielding |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14 |
pthread_attr_getinheritsched
pthread_attr_setinheritsched
pthread_attr_getschedpolicy
pthread_attr_setschedpolicy
pthread_attr_getschedparam
pthread_attr_setschedparam
PTHREAD_INHERIT_SCHED
PTHREAD_EXPLICIT_SCHED