会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
suonikeyinsu
CnBlogs
Home
New Post
Contact
Admin
Subscription
2015年6月14日
pthread_cleanup_push和pthread_cleanup_pop清除函数是否执行的说明
示例1: 1 #include 2 #include 3 4 void* clean(void* arg) 5 { 6 printf("cleanup:%s\n", (char*)arg); 7 return (void*)0; 8 } 9 10 void* thrd_fn1(...
Read More
posted @ 2015-06-14 19:37 suonikeyinsu
Views(398)
Comments(0)
Diggs(0)
Edit
公告