Skip to content
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

Bug in posix porting layer of pthread_cond_broadcast/wait #8

Open
alfred2g opened this issue Sep 29, 2020 · 0 comments
Open

Bug in posix porting layer of pthread_cond_broadcast/wait #8

alfred2g opened this issue Sep 29, 2020 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@alfred2g
Copy link

If a high priority thread and a low priority thread are blocked in pthread_cond_wait(), the low priority thread will not be awakened,… instead the high priority thread checks it’s condition twice.

Bug reported in:
https://forums.freertos.org/t/bug-in-posix-porting-layer-of-pthread-cond-broadcast-wait/10765

@cobusve cobusve added bug Something isn't working help wanted Extra attention is needed labels Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants