2011年11月30日

为何退出thread或者创建thread失败时,需要调用pthread_attr_destroy?

摘要: POSIX 标准要求: When a thread attributes object is no longer required, it should be destroyed using the pthread_attr_destroy() function. Destroying a thread attributes object has no effect on threads that were created using that object. 阅读全文

posted @ 2011-11-30 15:31 eustoma 阅读(1795) 评论(0) 推荐(0)

导航