Skip to content

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

Merged
tgross35 merged 1 commit into
rust-lang:mainfrom
biabbas:vxworks
Aug 21, 2024
Merged

VxWorks: Add some functions from vxCpuLib.h and taskLib.h#3861
tgross35 merged 1 commit into
rust-lang:mainfrom
biabbas:vxworks

Conversation

@biabbas

@biabbas biabbas commented Aug 20, 2024

Copy link
Copy Markdown
Contributor

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

rustbot commented Aug 20, 2024

Copy link
Copy Markdown
Collaborator

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

biabbas commented Aug 20, 2024

Copy link
Copy Markdown
Contributor Author

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
Comment thread src/vxworks/mod.rs Outdated
@tgross35

Copy link
Copy Markdown
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

@devnexen devnexen left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@tgross35

Copy link
Copy Markdown
Contributor

Thanks devnexen. For the above nit:

@rustbot author

@biabbas

biabbas commented Aug 21, 2024

Copy link
Copy Markdown
Contributor Author

@rustbot review

@tgross35

Copy link
Copy Markdown
Contributor

Thanks!

@tgross35 tgross35 enabled auto-merge August 21, 2024 07:11
@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
@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