Skip to content

Fix thread prio inversion warning right after start caused by waiting on low prio thread - #529

Merged
hannesa2 merged 1 commit into
gitx:masterfrom
SMA-HP:fix/thread-prio-inversion
Mar 6, 2026
Merged

Fix thread prio inversion warning right after start caused by waiting on low prio thread#529
hannesa2 merged 1 commit into
gitx:masterfrom
SMA-HP:fix/thread-prio-inversion

Conversation

@SMA-HP

@SMA-HP SMA-HP commented Mar 3, 2026

Copy link
Copy Markdown
Collaborator

This little PR solves a thread inversion warning right after start 'caused by waiting on a lower prio thread.
Using the same prio as the calling thread will prevent this warning.

I observed it for a few days and did not notice any negative consequences.

image

@SMA-HP SMA-HP changed the title [FIX] thread prio inversion warning right after start caused by waiting low prio thread [FIX] thread prio inversion warning right after start caused by waiting on low prio thread Mar 3, 2026
@hannesa2 hannesa2 added the bugfix label Mar 4, 2026
@hannesa2

hannesa2 commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

When it's ready to review and no more a draft, I'll merge it

@SMA-HP
SMA-HP marked this pull request as ready for review March 5, 2026 12:03
@hannesa2
hannesa2 merged commit fa8229e into gitx:master Mar 6, 2026
3 checks passed
@hannesa2 hannesa2 changed the title [FIX] thread prio inversion warning right after start caused by waiting on low prio thread Fix thread prio inversion warning right after start caused by waiting on low prio thread Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants