Implementation specifics

For most UNIX platforms, threads are based on POSIX threads and are unbound. On HP and Linux, threads are bound. On Windows, threads are Win32 threads.

See the vendor documentation for your platform for more information about using threads on that platform.