PaCO++
0.05
|
#include <paco_pthread.h>
Public Member Functions | |
virtual void | detach () |
paco_pthread_thread () | |
virtual | ~paco_pthread_thread () |
Public Attributes | |
pthread_t | thread |
Definition at line 4 of file paco_pthread.h.
paco_pthread_thread::paco_pthread_thread | ( | ) | [inline] |
Definition at line 7 of file paco_pthread.h.
{}
virtual paco_pthread_thread::~paco_pthread_thread | ( | ) | [inline, virtual] |
virtual void paco_thread::detach | ( | ) | [inline, virtual, inherited] |
pthread_t paco_pthread_thread::thread |
Definition at line 13 of file paco_pthread.h.
Referenced by paco_pthread_fabrique::paco_create_thread(), and ~paco_pthread_thread().