Initial performance: 8x Linux Threads, 4x NGPT. [Linux Weekly News]
How to write parallel applications using POSIX threads. By Mark Hays.
Introduces what threads are, why they are useful and how to program with them using the POSIX 1003....
Frequently asked questions about the kernel-level multi-threading library for Linux.
Portable Threads: portable POSIX/ANSI-C library for Unix gives non-preemptive priority-based schedu...
Dives into the world of threads with a little bit of "theory" first. Examine thread synchronization...
An explanation of semaphores under Linux, including a comparison of System V and POSIX style semaph...
The Open Group Base Specifications Issue 6 (IEEE Std 1003.1, 2004 Edition) chapter for threads. Inc...
How to protect the integrity of shared data structures in threaded code by using mutexes.
This article demystifies the POSIX thread interface, providing practical examples of threaded code ...
A mutex profiler called mutrace that in contrast to valgrind/drd does not virtualize the CPU instru...