#include <ThreadUtilities.h>
Inheritance diagram for csl::Thread:

Public Member Functions | |
| Thread () | |
| virtual | ~Thread () |
| virtual int | createThread (ThreadFunc func, void *args)=0 |
| virtual int | createRealtimeThread (ThreadFunc func, void *args)=0 |
Static Public Member Functions | |
| static Thread * | MakeThread () |
| factory method | |
|
|
|
|
|
|
|
|
factory method
|
|
||||||||||||
|
Implemented in csl::ThreadPthread. |
|
||||||||||||
|
Implemented in csl::ThreadPthread. |
1.4.5-20051010