会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
邶风
博客园
首页
新随笔
联系
管理
订阅
2017年2月23日
线程正常终止pthread_exit,pthread_join,pthread_kill,pthread_cancel,sigwait,sigaddset
摘要: int pthread_join(pthread_t thread, void **retval); int pthread_detach(pthread_t thread); void pthread_exit(void *retval); 线程正常终止的方法: 1、return从线程函数返回。
阅读全文
posted @ 2017-02-23 17:49 邶风
阅读(30104)
评论(1)
推荐(4)
编辑
公告