由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Linux thread和NPTL thread什么关系? (转载)
相关主题
pthread and C++请问这些问题应该在那种书上找到答案?
C++11 native thread问题关于valgrind 的一个问题
多线程的程序设计有什么好书推荐? (转载)重复利用threads的问题
Windows Thread API请推荐几本Multi-threading的编程书籍
一直没有很好理解thread join itself,哪位解惑一下 (转载)如何强制thread和cpu绑定?
学习multi threading, 有什么好书?有专门介绍multithreading编程的书吗
一个multithread的问题(是不是有人觉的很简单?)多线程 编程,process 和 thread 的一些问题。
请教一个linux下的POSIX timer的问题。how to debug multi-thread program?
相关话题的讨论汇总
话题: thread话题: nptl话题: linux话题: posix
进入Programming版参与讨论
1 (共1页)
f******e
发帖数: 164
1
【 以下文字转载自 Linux 讨论区 】
发信人: francise (小飞猫), 信区: Linux
标 题: Linux thread和NPTL thread什么关系?
发信站: BBS 未名空间站 (Wed Mar 26 17:31:38 2008)
请问Linux thread和NPTL thread什么关系?通常用的pthread, POSIX thread和他们又
是什么联系?谢谢
T*******i
发帖数: 4992
2
posix thread是standard。
nptl取代了linuxthread。nptl是posix thread的一个implementation。

【在 f******e 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 发信人: francise (小飞猫), 信区: Linux
: 标 题: Linux thread和NPTL thread什么关系?
: 发信站: BBS 未名空间站 (Wed Mar 26 17:31:38 2008)
: 请问Linux thread和NPTL thread什么关系?通常用的pthread, POSIX thread和他们又
: 是什么联系?谢谢

f******e
发帖数: 164
3
pthread和Linux thread没关系么?
f******e
发帖数: 164
4
linuxthread 用起来是什么API?
linuxthread和posixthread的底层实现差别大么?
T*******i
发帖数: 4992
5
不是说了么,linuxthreads被nptl取代了呀。

【在 f******e 的大作中提到】
: pthread和Linux thread没关系么?
m***t
发帖数: 254
6
posix thread is the spec, linuxthread is the older implementation of this
spec. nptl is the current implementation of this spec.

【在 f******e 的大作中提到】
: linuxthread 用起来是什么API?
: linuxthread和posixthread的底层实现差别大么?

1 (共1页)
进入Programming版参与讨论
相关主题
how to debug multi-thread program?一直没有很好理解thread join itself,哪位解惑一下 (转载)
怎么 kill 一个 thread 啊学习multi threading, 有什么好书?
关于thread的stack一个multithread的问题(是不是有人觉的很简单?)
[合集] 为什么多个线程生成的随机数是一样的?请教一个linux下的POSIX timer的问题。
pthread and C++请问这些问题应该在那种书上找到答案?
C++11 native thread问题关于valgrind 的一个问题
多线程的程序设计有什么好书推荐? (转载)重复利用threads的问题
Windows Thread API请推荐几本Multi-threading的编程书籍
相关话题的讨论汇总
话题: thread话题: nptl话题: linux话题: posix