9. CONVERSE-POSIX threads

We have implemented the POSIX threads API on top of CONVERSE threads. To use the CONVERSE-pthreads, you must include the header file:

#include <cpthreads.h>

Refer to the POSIX threads documentation for the documentation on the pthreads functions and types. Although CONVERSE-pthreads threads are POSIX-compliant in most ways, there are some specific things one needs to know to use our implementation.



Subsections

June 29, 2008
Charm Homepage