Skip to content

Call 'gpr_thd_options_set_joinable(&toptions);'to make threads joinable#11

Open
lifeng68 wants to merge 1 commit intoJuniper:masterfrom
lifeng68:Modify_thread_pool
Open

Call 'gpr_thd_options_set_joinable(&toptions);'to make threads joinable#11
lifeng68 wants to merge 1 commit intoJuniper:masterfrom
lifeng68:Modify_thread_pool

Conversation

@lifeng68
Copy link

@lifeng68 lifeng68 commented Jul 10, 2017

We should call the function gpr_thd_options_set_joinable(&toptions) to make the thread to be joinable, otherwise the threads were DETACHED by default. And the threads will be collected by OS, we could not call pthread_join to collect them. If we do that , there will be a core dump.
Signed-off-by: Li Feng lifeng68@huawei.com

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

Successfully merging this pull request may close these issues.

1 participant