Public Member Functions | |
JackMachThread (JackRunnableInterface *runnable, UInt64 period, UInt64 computation, UInt64 constraint) | |
JackMachThread (JackRunnableInterface *runnable) | |
JackMachThread (JackRunnableInterface *runnable, int cancellation) | |
virtual | ~JackMachThread () |
int | Kill () |
int | AcquireRealTime () |
int | DropRealTime () |
void | SetParams (UInt64 period, UInt64 computation, UInt64 constraint) |
Static Public Member Functions | |
static int | GetParams (UInt64 *period, UInt64 *computation, UInt64 *constraint) |
static int | SetThreadToPriority (pthread_t thread, UInt32 inPriority, Boolean inIsFixed, UInt64 period, UInt64 computation, UInt64 constraint) |
static int | AcquireRealTimeImp (pthread_t thread, UInt64 period, UInt64 computation, UInt64 constraint) |
static int | DropRealTimeImp (pthread_t thread) |
Definition at line 69 of file JackMachThread.h.