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

Call pthread_mutex_destroy on a locked mutex #16

Open
amadvance opened this issue Jan 9, 2024 · 1 comment
Open

Call pthread_mutex_destroy on a locked mutex #16

amadvance opened this issue Jan 9, 2024 · 1 comment

Comments

@amadvance
Copy link

Take care that the manpage of pthread_mutex_destroy says:
"Attempting to destroy a locked mutex, or ...., results in undefined behavior."
But this is what the code is doing in threadpool_free().

@sunwake
Copy link

sunwake commented Jan 9, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants