#include <pthread.h>
Public Attributes | |
| threadProcess | process |
| void * | args |
| bool * | running |
| bool * | finished |
Definition at line 36 of file pthread.h.
| void* threadParams::args |
Definition at line 38 of file pthread.h.
Referenced by PThread::exec(), and PThread::threadStartup().
| bool* threadParams::finished |
Definition at line 40 of file pthread.h.
Referenced by PThread::exec(), and PThread::threadStartup().
Definition at line 37 of file pthread.h.
Referenced by PThread::exec(), and PThread::threadStartup().
| bool* threadParams::running |
Definition at line 39 of file pthread.h.
Referenced by PThread::exec(), and PThread::threadStartup().
1.5.7.1