#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) | |
Public Attributes | |
ThreadState | initialState |
ThreadPriority | priority |
int | processor |
UPInt | stackSize |
ThreadFn | threadFunction |
void * | userHandle |
Definition at line 224 of file OVR_Threads.h.
OVR::Thread::CreateParams::CreateParams | ( | ThreadFn | func = 0 , |
void * | hand = 0 , |
||
UPInt | ssize = 128 * 1024 , |
||
int | proc = -1 , |
||
ThreadState | state = NotRunning , |
||
ThreadPriority | prior = NormalPriority |
||
) | [inline] |
Definition at line 226 of file OVR_Threads.h.
Definition at line 234 of file OVR_Threads.h.
Definition at line 235 of file OVR_Threads.h.
Definition at line 233 of file OVR_Threads.h.
Definition at line 232 of file OVR_Threads.h.
Definition at line 230 of file OVR_Threads.h.
Definition at line 231 of file OVR_Threads.h.