#include "globals.h"#include <pthread.h>Go to the source code of this file.
Classes | |
| class | ThreadInfo |
| Structure for easy manipulation with threads. More... | |
Functions | |
| void * | echoRoutine (void *) |
| ThreadInfo | startEchoThread () |
| void | startThreads () |
| void * echoRoutine | ( | void * | ) |
| ThreadInfo startEchoThread | ( | ) |
| void startThreads | ( | ) |
1.6.3