摘要: 了解Linux的进程与线程 https://blog.csdn.net/ce123_zhouwei/article/details/118633387通过Linux的top和ps命令中,默认看到最多的是pid (process ID),也许你也能看到lwp (thread ID)和tgid (thr 阅读全文
posted @ 2015-01-19 16:06 huangchaolilli 阅读(1499) 评论(0) 推荐(0)
摘要: Linux 线程实现机制分析 Linux 线程实现机制分析 Linux 线程模型的比较:LinuxThreads 和 NPTL http://www.ibm.com/developerworks/cn/linux/kernel/l-thread/ 自从多线程编程的概念出现在 Linux 中以来,Li 阅读全文
posted @ 2015-01-19 13:54 huangchaolilli 阅读(4945) 评论(0) 推荐(0)