-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Refactor Os::Queue into CMake selection #2895
Conversation
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.
Peer review comments
Add Os::Model for Queue status. |
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.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
576d038
to
d8b5ba0
Compare
6c0ac83
to
c4abc94
Compare
Co-authored-by: Michael D Starch <Michael.D.Starch@jpl.nasa.gov>
Change Description
This refactors Os::Queue to follow the new OSAL interface as documented in #2725. As part of this effort the
PriorityQueue
implementation as included. An initial pass at condition variables was implemented as these were needed for thePriorityQueue
implementation.