psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
_sys_spu_thread_attr Struct Reference

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)
 

Detailed Description

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:

Definition at line 239 of file spu.h.

Field Documentation

◆ ATTRIBUTE_PRXPTR

const char* name _sys_spu_thread_attr::ATTRIBUTE_PRXPTR

Effective address of the thread's name string.

Definition at line 241 of file spu.h.

◆ nsize

u32 _sys_spu_thread_attr::nsize

Size of the name string in bytes (including terminating null byte).

Definition at line 242 of file spu.h.

◆ option

u32 _sys_spu_thread_attr::option

OR'ed list of SPU thread attribute flags (or SPU_THREAD_ATTR_NONE)

Definition at line 243 of file spu.h.


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