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

Public Member Functions | |
| ThreadPthread () | |
| ~ThreadPthread () | |
| int | createThread (ThreadFunc func, void *args) |
| int | createRealtimeThread (ThreadFunc func, void *args) |
Public Attributes | |
| pthread_t | mThread |
| pthread_attr_t | mAttributes |
|
|
|
|
|
|
|
||||||||||||
|
Implements csl::Thread. |
|
||||||||||||
|
Implements csl::Thread. |
|
|
Reimplemented in csl::NullIO. |
|
|
|
1.4.5-20051010