Setup and initialize SPU/CELL/Libspe2. More...
#include <PosixThreadSupport.h>
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 |
Setup and initialize SPU/CELL/Libspe2.
Definition at line 75 of file PosixThreadSupport.h.
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.
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.