摘要:
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/35045/showart_3Array6435.html1 Introduction不用介绍了吧…2 Thread Concepts1. Thread由下面部分组成:a. Thread IDb. Stackc. Policyd. Signal maske. Errnof. Thread-Specific Data3 Thread Identification1. pthread_t用于表示Thread ID,具体内容根据实现的不同而不同,有可能是一个Structure,因此不能将其看作 阅读全文
posted @ 2011-08-03 00:23 code2012 阅读(721) 评论(0) 推荐(0) 编辑