27.4.4. pthreads

POSIX' multithreading API. Contrast with fork which is for processes.

This was for a looong time the only "portable" multithreading alternative, until C++11 finally added threads, thus also extending the portability to Windows.