We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
pthreads 在 Linux 上的
libc
中实现。通常的 libc 是 glibc - glibc pthreads 实现称为 NPTL,并且 源代码可在 gitweb 中找到。pthreads are implemented on Linux in
libc
. The usual libc isglibc
- the glibc pthreads implementation is called NPTL, and the source is available in gitweb.您可以在这两个链接中找到源代码:
http://www .opengroup.org/onlinepubs/009695399/basedefs/pthread.h.html
http://code.google.com/p/pthread-lib/source/browse/trunk/pthread-lib/src/ptl_array_list.c
You can find the source at both of these links:
http://www.opengroup.org/onlinepubs/009695399/basedefs/pthread.h.html
http://code.google.com/p/pthread-lib/source/browse/trunk/pthread-lib/src/ptl_array_list.c
你看过 GNU libc 吗?
在我的 Debian 盒子上,我看到
Did you look at GNU libc?
On my Debian box, I see