We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, There is
pthread_mutex_init(&(thpool_p->thcount_lock), NULL); pthread_cond_init(&thpool_p->threads_all_idle, NULL);
But I can't find pthread_mutex_destroy and pthread_cond_destroy call, should those two functions be called at thpool_destroy()?
pthread_mutex_destroy
pthread_cond_destroy
thpool_destroy()
Thanks.
The text was updated successfully, but these errors were encountered:
i think we need
Sorry, something went wrong.
No branches or pull requests
Hi,
There is
But I can't find
pthread_mutex_destroy
andpthread_cond_destroy
call,should those two functions be called at
thpool_destroy()
?Thanks.
The text was updated successfully, but these errors were encountered: