Native POSIX Thread Library: Difference between revisions

Content deleted Content added
Fix broken source via internet archive
Bender the Bot (talk | contribs)
m HTTP to HTTPS for SourceForge
 
Line 11:
NPTL has been part of [[Red Hat Enterprise Linux]] since version 3, and in the Linux kernel since version 2.6. It is now a fully integrated part of the [[GNU C Library]].<ref>[http://lists.gnu.org/archive/html/info-gnu/2004-08/msg00002.html GNU C Library version 2.3.3 release]</ref>
 
There exists a tracing tool for NPTL, called [httphttps://nptltracetool.sourceforge.net/ POSIX Thread Trace Tool] ([http://sourceforge.net/projects/nptltracetool/ PTT]). And an [http://posixtest.sourceforge.net/ Open POSIX Test Suite] ([httphttps://sourceforge.net/projects/posixtest/ OPTS]) was written for testing the NPTL library against the POSIX standard.
 
==Design==
Line 27:
 
==External links==
* [httphttps://nptltracetool.sourceforge.net/ NPTL Trace Tool] OpenSource tool to trace and debug multithreaded applications using the NPTL.
 
{{Linux}}