|
psl1ght
A free SDK for Sony's PS3 console
|
A structure containing SPU thread attributes. More...
#include <spu.h>
Data Fields | |
| const char *name | ATTRIBUTE_PRXPTR |
| Effective address of the thread's name string. | |
| u32 | nsize |
| Size of the name string in bytes (including terminating null byte). | |
| u32 | option |
| OR'ed list of SPU thread attribute flags (or SPU_THREAD_ATTR_NONE) | |
A structure containing SPU thread attributes.
Possible values for attribute flags are SPU_THREAD_ATTR_NONE or an OR'ed list of the following flags:
| const char* name _sys_spu_thread_attr::ATTRIBUTE_PRXPTR |
| u32 _sys_spu_thread_attr::nsize |
| u32 _sys_spu_thread_attr::option |
OR'ed list of SPU thread attribute flags (or SPU_THREAD_ATTR_NONE)