What is the difference between NPTL and POSIX threads?
POSIX threads (pthread) is not an implementation, it is a API specification (a standard, on paper, in english) of several functions whose name starts with pthread_ and which are defined in <pthread.h> header. POSIX is also a set of specifications. NPTL is now inside GNU Libc on Linux and is (or at least tries very … Read more