|
Jack2
1.9.8
|
The POSIX thread base class. More...
#include <JackPosixThread.h>
Public Member Functions | |
| JackPosixThread (JackRunnableInterface *runnable, bool real_time, int priority, int cancellation) | |
| JackPosixThread (JackRunnableInterface *runnable, int cancellation=PTHREAD_CANCEL_ASYNCHRONOUS) | |
| 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 () |
Public Member Functions inherited from Jack::detail::JackThreadInterface | |
| JackThreadInterface (JackRunnableInterface *runnable, int priority, bool real_time, int cancellation) | |
| kThreadState | GetStatus () |
| void | SetStatus (kThreadState status) |
| void | SetParams (UInt64 period, UInt64 computation, UInt64 constraint) |
Static Protected Member Functions | |
| static void * | ThreadHandler (void *arg) |
Protected Attributes | |
| jack_native_thread_t | fThread |
Protected Attributes inherited from Jack::detail::JackThreadInterface | |
| JackRunnableInterface * | fRunnable |
| int | fPriority |
| bool | fRealTime |
| volatile kThreadState | fStatus |
| int | fCancellation |
Additional Inherited Members | |
Public Types inherited from Jack::detail::JackThreadInterface | |
| enum | kThreadState { kIdle, kStarting, kIniting, kRunning } |
The POSIX thread base class.
Definition at line 38 of file JackPosixThread.h.
1.8.1