  |
Threading Building Blocks - http://www.threadingbuildingblocks.org/
Offers a rich and complete approach to expressing parallelism in a C++ program. It is a library that helps take advantage of multi-core processor performance without having to be a threading expert. It represents a higher-level, task-based parallelism that abstracts platform details and threading mechanism for performance and scalability and performance. |
  |
ting - threading library - http://code.google.com/p/ting/
A cross platform C++ wrapper for threading (thread, mutex, semaphore, condition variable, message queue and message). [Open Source] |
  |
just::thread C++ Standard Thread Library - http://www.stdthread.co.uk
Provides a complete implementation of the C++0x thread library. |
  |
ZThreads - http://zthread.sourceforge.net/
An advanced object-oriented, cross-platform C++ threading and synchronization library. [GPL] |
  |
C++ Threads - http://threads.sourceforge.net/
The aim of this library is to provide the programmer with an easy to use class, that can be further inherited to provide a rich set of threaded functionality rarely seen in a Linux environment. |