-
Notifications
You must be signed in to change notification settings - Fork 76
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 realtime priority inheritance mutexes #197
Add realtime priority inheritance mutexes #197
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #197 +/- ##
==========================================
- Coverage 73.16% 70.12% -3.05%
==========================================
Files 7 8 +1
Lines 436 492 +56
Branches 72 84 +12
==========================================
+ Hits 319 345 +26
- Misses 73 92 +19
- Partials 44 55 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…READ_PRIO_INHERIT
c5250a1
to
91cce17
Compare
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.
pthread is not available on windows
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.
if CI is happy so am I
@Mergifyio backport humble |
✅ Backports have been created
|
--------- Co-authored-by: atzaros <[email protected]> (cherry picked from commit 74d6a83)
Add realtime priority inheritance mutexes (#197) --------- Co-authored-by: atzaros <[email protected]> (cherry picked from commit 74d6a83) Co-authored-by: Sai Kishor Kothakota <[email protected]>
Add realtime priority inheritance mutexes for using within the realtime loops