#include <threads.h>

Public Member Functions | |
| ThreadManager () | |
| Default constructor. | |
| virtual | ~ThreadManager () |
| Destructor. | |
| void | start_synch () |
| Start synchronized execution. | |
| void | end_synch () |
| End synchronized execution. | |
Static Public Member Functions | |
| static void | start_global_synch () |
| Start global synchronized execution. | |
| static void | end_global_synch () |
| End global synchronized execution. | |
| ThreadManager::ThreadManager | ( | ) |
Default constructor.
| virtual ThreadManager::~ThreadManager | ( | ) | [virtual] |
Destructor.
| void ThreadManager::start_synch | ( | ) |
Start synchronized execution.
| void ThreadManager::end_synch | ( | ) |
End synchronized execution.
| static void ThreadManager::start_global_synch | ( | ) | [static] |
Start global synchronized execution.
| static void ThreadManager::end_global_synch | ( | ) | [static] |
End global synchronized execution.
1.5.6