Chinaunix首页 | 论坛 | 博客
  • 博客访问: 329438
  • 博文数量: 57
  • 博客积分: 146
  • 博客等级: 入伍新兵
  • 技术积分: 769
  • 用 户 组: 普通用户
  • 注册时间: 2012-05-29 14:57
文章分类
文章存档

2014年(39)

2013年(13)

2012年(5)

我的朋友

发布时间:2014-04-02 15:00:43

#include <signal.h>int pthread_kill(pthread_t thread, int sig);pthead_kill作用:发送信号给某线程(线程对信号进行处理)或检测某线程是否存活(参数sig指定为0)。点击(此处)折叠或打开#include <stdio.h>#include <string.h>#include <pthread.h>.........【阅读全文】

阅读(2700) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册