#include <fred.h>
Public Member Functions | |
| Fred (void) | |
| ~Fred (void) | |
| void | create (ThreadFunctionType function, void *arg) |
| void | join (void) |
Static Public Member Functions | |
| static void | yield (void) |
| static void | setConcurrency (int n) |
Private Types | |
| typedef pthread_t | FredType |
Private Attributes | |
| pthread_attr_t | attr |
| FredType | t |
typedef pthread_t HL::Fred::FredType [private] |
| HL::Fred::Fred | ( | void | ) | [inline] |
| HL::Fred::~Fred | ( | void | ) | [inline] |
| void HL::Fred::create | ( | ThreadFunctionType | function, | |
| void * | arg | |||
| ) | [inline] |
| void HL::Fred::join | ( | void | ) | [inline] |
| static void HL::Fred::setConcurrency | ( | int | n | ) | [inline, static] |
| static void HL::Fred::yield | ( | void | ) | [inline, static] |
pthread_attr_t HL::Fred::attr [private] |
FredType HL::Fred::t [private] |
1.6.3