This article is from the Threads Programming FAQ, by Bryan O'Sullivan bos@serpentine.com with numerous contributions by others.
This family consists of two subgroups, both originally developed by
Microsoft.
* WIN32 threads are the standard threads on Microsoft Windows 95 and
Windows NT.
* OS/2 threads are the standard threads on OS/2, from IBM.
Although both of these were originally implemented by Microsoft, they
have diverged somewhat over the years. Moving from one to the other
will require a moderate amount of work.
 
Continue to: