#include <spert_ppu.h>
Collaboration diagram for __spe_thread:

Data Fields | |
| SPEData * | speData |
| A pointer to the SPEData structure that was passed to the thread when it was initial created. | |
| unsigned int | messageQueuePtr |
| Pointer (in the SPE's Local Store) to the SPE's message queue. | |
| int | msgIndex |
| Internal variable used to try and balance the usage of the various message queue entries (heuristic). | |
| int | counter |
| A counter used to indicate new messages in the message queue. | |
| spe_context_ptr_t | speContext |
| SDK 2.1 ///. | |
| unsigned int | speEntry |
| spe_stop_info_t | stopInfo |
| pthread_t | pThread |
Definition at line 174 of file spert_ppu.h.
A pointer to the SPEData structure that was passed to the thread when it was initial created.
Definition at line 176 of file spert_ppu.h.
| unsigned int __spe_thread::messageQueuePtr |
Pointer (in the SPE's Local Store) to the SPE's message queue.
Definition at line 177 of file spert_ppu.h.
Internal variable used to try and balance the usage of the various message queue entries (heuristic).
Definition at line 178 of file spert_ppu.h.
A counter used to indicate new messages in the message queue.
Definition at line 179 of file spert_ppu.h.
| spe_context_ptr_t __spe_thread::speContext |
| unsigned int __spe_thread::speEntry |
Definition at line 186 of file spert_ppu.h.
| spe_stop_info_t __spe_thread::stopInfo |
Definition at line 187 of file spert_ppu.h.
| pthread_t __spe_thread::pThread |
Definition at line 188 of file spert_ppu.h.
1.5.1