Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHome

Platform-Specific Implementation

This design note lists platform-specific implementation details, such as the default demultiplexing mechanism, the number of threads created internally, and when threads are created.

Linux Kernel 2.4

Demultiplexing mechanism:

Threads:

Linux Kernel 2.6

Demultiplexing mechanism:

Threads:

Solaris

Demultiplexing mechanism:

Threads:

QNX Neutrino

Demultiplexing mechanism:

Threads:

Mac OS X

Demultiplexing mechanism:

Threads:

FreeBSD

Demultiplexing mechanism:

Threads:

AIX

Demultiplexing mechanism:

Threads:

HP-UX

Demultiplexing mechanism:

Threads:

Tru64

Demultiplexing mechanism:

Threads:

Windows 95, 98 and Me

Demultiplexing mechanism:

Threads:

Windows NT, 2000, XP, 2003 and Vista

Demultiplexing mechanism:

Threads:


PrevUpHome