An Introduction to POSIX Threads
This article demystifies the POSIX thread interface, providing practical examples of threaded code for consideration.
Native POSIX Thread Library (NPTL) 0.1 Released
Initial performance: 8x Linux Threads, 4x NGPT. [Linux Weekly News]
Next Generation POSIX Threading: NGPT
Goals: solve problems of pthreads library on Linux; add M:N threading, raise POSIX compliance and speed in threaded programs, more so under SMP, give threading services more like c…
POSIX Threads Explained, Part 1
How to use POSIX threads to increase the responsiveness and performance of your code.
POSIX Threads Explained, Part 2
How to protect the integrity of shared data structures in threaded code by using mutexes.
POSIX Threads Programming
Provides an overview of threads programming and the POSIX threads API.
POSIX Threads Tutorial
How to write parallel applications using POSIX threads. By Mark Hays.
Showing 20–10 of 10 results