#include <vector>#include <pthread.h>#include <signal.h>#include <sys/times.h>#include <string>#include "protlib_types.h"#include "logfile.h"#include "fqueue.h"

Go to the source code of this file.
Classes | |
| class | protlib::ThreadParam |
| class | protlib::ThreadError |
| class | protlib::Thread |
| class | protlib::ThreadStarter< T, TParam > |
Namespaces | |
| namespace | protlib |
Functions | |
| template<class T > | |
| void * | protlib::thread_starter (void *thread_object) |
----------------------------------------*- mode: C++; -*--
Thread support functions (classes thread and threadstarter) based on POSIX threads ----------------------------------------------------------
Definition in file threads.h.
1.6.1