You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
The text was updated successfully, but these errors were encountered:
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().
The text was updated successfully, but these errors were encountered: