Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6269179
  • 博文数量: 2759
  • 博客积分: 1021
  • 博客等级: 中士
  • 技术积分: 4091
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-11 14:14
文章分类

全部博文(2759)

文章存档

2019年(1)

2017年(84)

2016年(196)

2015年(204)

2014年(636)

2013年(1176)

2012年(463)

发布时间:2016-11-08 05:52:30

......【阅读全文】

阅读(600) | 评论(0) | 转发(0)

发布时间:2016-08-20 05:25:09

通过网上的资料和内核文档,对于Linux内核tty设备的一点理解......【阅读全文】

阅读(1260) | 评论(0) | 转发(0)

发布时间:2016-08-20 05:19:44

Linux的进程存在多种状态,如TASK_RUNNING的运行态、EXIT_DEAD的停止态和TASK_INTERRUPTIBLE的接收信号的等待状态等等(可在include/linux/sched.h中查看)。其中有一种状态等待为TASK_UNINTERRUPTIBLE,称为D状态,该种状态下进程不接收信号,只能通过wake_up唤醒。处于这种状态的情况有很多,例如mutex锁就可能会设置进.........【阅读全文】

阅读(3628) | 评论(0) | 转发(0)

发布时间:2016-08-20 05:19:29

Abstract: Abnormal termination of a process will trigger a core dump file. A core dump file is very helpful to programmers or support engineers for determining the root cause of abnormal termination, because it provides invaluable information about the runtime status at crash time. This article pr.........【阅读全文】

阅读(1735) | 评论(0) | 转发(0)

发布时间:2016-05-27 23:17:53

Linux线程(进程)数限制Author: Tony tingw.liu@gmail.comMon Mar 28 00:58:37 CST 2016@CU瀚海书香 ......【阅读全文】

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

登录 注册