|
Torque2D Reference
|
Public Types | |
| enum | { kMinThreadPriority = 1, kMaxThreadPriority = 63, kDefaultThreadPriority = 31 } |
| typedef void *(* | ThreadRoutine) (void *inParameter) |
Instance Methods | |
| () | - OpenALThread |
| () | - ~OpenALThread |
| (bool) | - IsRunning |
| (void) | - SetAutoDelete |
| (void) | - SetPriority |
| (void) | - Start |
Static Protected Member Functions | |
| (static void *) | + Entry |
| (static UInt32) | + getScheduledPriority |
Protected Attributes | |
| pthread_t | mPThread |
| UInt32 | mSpawningThreadPriority |
| ThreadRoutine | mThreadRoutine |
| void * | mThreadParameter |
| SInt32 | mPriority |
| bool | mFixedPriority |
| bool | mAutoDelete |
| - (typedef void*(* ThreadRoutine) (void *inParameter)) |
| - OpenALThread | (ThreadRoutine) | inThreadRoutine | |
| (void *) | inParameter | ||
| - ~OpenALThread |
| + (static void*) Entry | (OpenALThread *) | inOpenALThread |
| + (static UInt32) getScheduledPriority | (pthread_t) | inThread | |
| (int) | inPriorityKind | ||
| - (bool) IsRunning | const |
| - (void) SetAutoDelete | (bool) | b |
| - (void) SetPriority | (UInt32) | inPriority | |
| (bool) | inFixedPriority | ||
| - (void) Start |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.10