#include <thread_pthread.h>
Inheritance diagram for CL_Thread_Posix:


Public Methods | |
| CL_Thread_Posix (CL_Runnable *runnable) | |
| virtual | ~CL_Thread_Posix () |
| virtual void | start () |
| virtual void | terminate () |
| virtual void | wait () |
Private Attributes | |
| CL_Runnable* | runnable |
| pthread_t | thread |
| bool | running |
Static Private Methods | |
| void* | run_init (void *self) |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from CL_Thread. |
|
|
Reimplemented from CL_Thread. |
|
|
Reimplemented from CL_Thread. |
|
|
Definition at line 31 of file thread_pthread.h. |
|
|
Definition at line 33 of file thread_pthread.h. |
|
|
Definition at line 32 of file thread_pthread.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001