gpt4 book ai didi

linux - 什么时候调用 pthread_attr_destroy 是安全的?

转载 作者:IT王子 更新时间:2023-10-29 00:19:41 29 4
gpt4 key购买 nike

我在 Linux 上使用 pthreads。从文档中,我不清楚什么时候可以安全地调用 pthread_attr_destroy 我用来创建新线程的属性?我可以在 pthread_create 返回后立即执行还是必须等到线程加入或分离?

提前致谢,克里斯托夫

最佳答案

thread属性是在pthread_create中复制的,所以应该在pthread_create调用后销毁。

需要在此处阅读行间信息 http://pubs.opengroup.org/onlinepubs/009695399/functions/pthread_create.html :

If the attributes specified by attr are modified later, the thread's attributes shall not be affected.

关于linux - 什么时候调用 pthread_attr_destroy 是安全的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14710232/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com