Jack2
1.9.9
|
The thread base class. More...
#include <JackThread.h>
Public Types | |
enum | kThreadState { kIdle, kStarting, kIniting, kRunning } |
Public Member Functions | |
JackThreadInterface (JackRunnableInterface *runnable, int priority, bool real_time, int cancellation) | |
kThreadState | GetStatus () |
void | SetStatus (kThreadState status) |
void | SetParams (UInt64 period, UInt64 computation, UInt64 constraint) |
int | Start () |
int | StartSync () |
int | Kill () |
int | Stop () |
void | Terminate () |
int | AcquireRealTime () |
int | AcquireSelfRealTime () |
int | AcquireRealTime (int priority) |
int | AcquireSelfRealTime (int priority) |
int | DropRealTime () |
int | DropSelfRealTime () |
jack_native_thread_t | GetThreadID () |
bool | IsThread () |
Protected Attributes | |
JackRunnableInterface * | fRunnable |
int | fPriority |
bool | fRealTime |
volatile kThreadState | fStatus |
int | fCancellation |
The thread base class.
Definition at line 60 of file JackThread.h.