Skip to content
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

VxWorks: Add some functions from vxCpuLib.h and taskLib.h #3861

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

biabbas
Copy link
Contributor

@biabbas biabbas commented Aug 20, 2024

Add functions

  1. vxCpuConfiguredGet() set of CPU's configured in the system.
  2. vxCpuEnabledGet() to get set of CPU's running in the system.
  3. taskNameSet() to set name of any task.
  4. taskNameGet() to get name of any task.

@rustbot
Copy link
Collaborator

rustbot commented Aug 20, 2024

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) some time within the next two weeks.

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 (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue

@biabbas
Copy link
Contributor Author

biabbas commented Aug 20, 2024

r? @tgross35

@rustbot rustbot assigned tgross35 and unassigned JohnTitor Aug 20, 2024
@tgross35 tgross35 changed the title VxWorks: Add some functions from vxCpuLib.h and VxWorks: Add some functions from vxCpuLib.h and taskLib.h Aug 20, 2024
src/vxworks/mod.rs Outdated Show resolved Hide resolved
@tgross35
Copy link
Contributor

Tiny nit above but lgtm, @devnexen care to crosscheck this?

@tgross35 tgross35 added the stable-nominated This PR should be considered for cherry-pick to libc's stable release branch label Aug 20, 2024
Copy link
Contributor

@devnexen devnexen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tgross35
Copy link
Contributor

Thanks devnexen. For the above nit:

@rustbot author

@biabbas
Copy link
Contributor Author

biabbas commented Aug 21, 2024

@rustbot review

@tgross35
Copy link
Contributor

Thanks!

@tgross35 tgross35 added this pull request to the merge queue Aug 21, 2024
Merged via the queue into rust-lang:main with commit 72cb7aa Aug 21, 2024
39 checks passed
@biabbas biabbas deleted the vxworks branch August 21, 2024 09:09
tgross35 pushed a commit to tgross35/rust-libc that referenced this pull request Aug 28, 2024
tgross35 pushed a commit to tgross35/rust-libc that referenced this pull request Aug 28, 2024
tgross35 pushed a commit to tgross35/rust-libc that referenced this pull request Aug 28, 2024
@tgross35 tgross35 added stable-applied This PR has been cherry-picked to libc's stable release branch and removed stable-nominated This PR should be considered for cherry-pick to libc's stable release branch labels Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review stable-applied This PR has been cherry-picked to libc's stable release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants