Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是是否可以删除具有不同线程的线程的属性。就像在一个线程的函数中使用 pthread_attr_destroy() 方法来销毁另一个线程的属性,然后将其删除。
PS提前谢谢
你有某种误解。该pthread_attr_destroy函数销毁属性对象本身 ( pthread_attr_t),而不是线程的属性。属性对象用于在创建线程时指定线程的属性,但是一旦线程具有某些属性,这些属性就是线程的属性,而不是属性对象。
pthread_attr_destroy
pthread_attr_t