Public Member Functions | Public Attributes

PosixThreadSupport::ThreadConstructionInfo Struct Reference

Setup and initialize SPU/CELL/Libspe2. More...

#include <PosixThreadSupport.h>

List of all members.

Public Member Functions

 ThreadConstructionInfo (const char *uniqueName, PosixThreadFunc userThreadFunc, PosixlsMemorySetupFunc lsMemoryFunc, int numThreads=1, int threadStackSize=65535)

Public Attributes

const char * m_uniqueName
PosixThreadFunc m_userThreadFunc
PosixlsMemorySetupFunc m_lsMemoryFunc
int m_numThreads
int m_threadStackSize

Detailed Description

Setup and initialize SPU/CELL/Libspe2.

Definition at line 75 of file PosixThreadSupport.h.


Constructor & Destructor Documentation

PosixThreadSupport::ThreadConstructionInfo::ThreadConstructionInfo ( const char *  uniqueName,
PosixThreadFunc  userThreadFunc,
PosixlsMemorySetupFunc  lsMemoryFunc,
int  numThreads = 1,
int  threadStackSize = 65535 
) [inline]

Definition at line 77 of file PosixThreadSupport.h.


Member Data Documentation

Definition at line 94 of file PosixThreadSupport.h.

Definition at line 95 of file PosixThreadSupport.h.

Definition at line 96 of file PosixThreadSupport.h.

Definition at line 92 of file PosixThreadSupport.h.

Definition at line 93 of file PosixThreadSupport.h.


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