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

platform: rtos: permit deactivate if not activated #37

Merged

Conversation

joelguittet
Copy link
Owner

The purpose of this Pull Request is to handle rtos deactivate blocking situation in case a work is not activated yet.
In this case, the sem_handle used to protect the work function is not given and taking the sem_handle is blocking (dead lock).
A boolean activated flag has been added to handle this condition.

@joelguittet joelguittet added the bug Something isn't working label Apr 10, 2024
@joelguittet joelguittet self-assigned this Apr 10, 2024
Copy link

@joelguittet joelguittet merged commit 081a968 into master Apr 10, 2024
5 checks passed
@joelguittet joelguittet deleted the fix/platform-dont-allow-deactivate-if-not-activated branch April 10, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant