博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Threads

Posted on 2011-05-26 14:08  天地玄黄  阅读(237)  评论(0编辑  收藏  举报

和 threads 相关的信息:

    · thread ID

    · register value

    · a stack

    · scheduling priority and policy

    · signal mask

    · errno variable

    · thread-specific data

 

很多threads 所共享的东西:

    · .text

    · global and heap memory

    · stacks

    · file descriptors

 

这里使用的是POSIX.1-2001的 thread interface