|
Bike-X
0.8
|
#include "OVR_Threads.h"

Public Member Functions | |
| CreateParams (ThreadFn func=0, void *hand=0, UPInt ssize=128 *1024, int proc=-1, ThreadState state=NotRunning, ThreadPriority prior=NormalPriority) | |
Data Fields | |
| ThreadFn | threadFunction |
| void * | userHandle |
| UPInt | stackSize |
| int | processor |
| ThreadState | initialState |
| ThreadPriority | priority |
Definition at line 235 of file OVR_Threads.h.
|
inline |
Definition at line 237 of file OVR_Threads.h.
| ThreadState OVR::Thread::CreateParams::initialState |
Definition at line 245 of file OVR_Threads.h.
| ThreadPriority OVR::Thread::CreateParams::priority |
Definition at line 246 of file OVR_Threads.h.
| int OVR::Thread::CreateParams::processor |
Definition at line 244 of file OVR_Threads.h.
| UPInt OVR::Thread::CreateParams::stackSize |
Definition at line 243 of file OVR_Threads.h.
| ThreadFn OVR::Thread::CreateParams::threadFunction |
Definition at line 241 of file OVR_Threads.h.
| void* OVR::Thread::CreateParams::userHandle |
Definition at line 242 of file OVR_Threads.h.