Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::Thread::CreateParams Struct Reference

#include "OVR_Threads.h"

Collaboration diagram for OVR::Thread::CreateParams:
Collaboration graph

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
 

Detailed Description

Definition at line 235 of file OVR_Threads.h.

Constructor & Destructor Documentation

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 237 of file OVR_Threads.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: