-
Notifications
You must be signed in to change notification settings - Fork 37
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
iox2-51 integrate posix condition variable for mac os #52
iox2-51 integrate posix condition variable for mac os #52
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #52 +/- ##
==========================================
+ Coverage 77.86% 77.89% +0.03%
==========================================
Files 171 172 +1
Lines 18638 18664 +26
==========================================
+ Hits 14513 14539 +26
Misses 4125 4125
|
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.
Looks good overall
…djust semantics of wait call (was wrong before, corrected but the tests weren't adjusted)
…ait loop of the condition variable
f2b5c68
to
05d43b0
Compare
Notes for Reviewer
This is the first of some PR for mac os support. In this PR the mac os condition variable is finalized by using a low level semaphore based on atomics and atomic wait operations.
Pre-Review Checklist for the PR Author
SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
)[#123] Add posix ipc example
)task-list-completed
)Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Use either 'Closes #123' or 'Relates to #123' to reference the corresponding issue.
Relates to #51