#include <pthread.h>
Go to the source code of this file.
Classes | |
struct | threadInfos |
Stores thread informations. More... | |
class | CPPThread |
pthread C++ wrapper More... | |
Typedefs | |
typedef void *(* | threadProcess )(void *) |
Definition in file cppthread.h.
typedef void*(* threadProcess)(void *) |
Definition at line 34 of file cppthread.h.