__spe_thread Struct Reference
[Offload API]

An SPE Thread structures which is Used to maintain information about a particular SPE thread that is running on an SPE. More...

#include <spert_ppu.h>

Collaboration diagram for __spe_thread:

Collaboration graph
[legend]

Data Fields

SPEDataspeData
 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

Detailed Description

An SPE Thread structures which is Used to maintain information about a particular SPE thread that is running on an SPE.

Definition at line 174 of file spert_ppu.h.


Field Documentation

SPEData* __spe_thread::speData

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.

int __spe_thread::msgIndex

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.

int __spe_thread::counter

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

SDK 2.1 ///.

Definition at line 185 of file spert_ppu.h.

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.


The documentation for this struct was generated from the following file:
Generated on Sun Jun 29 13:29:42 2008 for Charm++ by  doxygen 1.5.1