What are thread implementations in Unix (POSIX threads)?

Supported by most Unix variants.

Defines the API as well

  • Implementation not specified
  • pthread can be implemented as user thread (windows) or kernel thread (linux)

How to use POSIX thread (pthread)?