#include <pthread.h>
Go to the source code of this file.
Classes | |
struct | threadParams |
Stores parameters sended to a thread. More... | |
class | PThread |
pthread C++ wrapper More... | |
Typedefs | |
typedef void *(* | threadProcess )(void *) |
Definition in file pthread.h.
typedef void*(* threadProcess)(void *) |