Setup and initialize SPU/CELL/Libspe2. More...
#include <Win32ThreadSupport.h>
Public Member Functions | |
Win32ThreadConstructionInfo (const char *uniqueName, Win32ThreadFunc userThreadFunc, Win32lsMemorySetupFunc lsMemoryFunc, int numThreads=1, int threadStackSize=65535) | |
Public Attributes | |
const char * | m_uniqueName |
Win32ThreadFunc | m_userThreadFunc |
Win32lsMemorySetupFunc | m_lsMemoryFunc |
int | m_numThreads |
int | m_threadStackSize |
Setup and initialize SPU/CELL/Libspe2.
Definition at line 67 of file Win32ThreadSupport.h.
Win32ThreadSupport::Win32ThreadConstructionInfo::Win32ThreadConstructionInfo | ( | const char * | uniqueName, | |
Win32ThreadFunc | userThreadFunc, | |||
Win32lsMemorySetupFunc | lsMemoryFunc, | |||
int | numThreads = 1 , |
|||
int | threadStackSize = 65535 | |||
) | [inline] |
Definition at line 69 of file Win32ThreadSupport.h.
Definition at line 86 of file Win32ThreadSupport.h.
Definition at line 87 of file Win32ThreadSupport.h.
Definition at line 88 of file Win32ThreadSupport.h.
Definition at line 84 of file Win32ThreadSupport.h.
Definition at line 85 of file Win32ThreadSupport.h.