libspe2  0.9a
Data Fields
spe_context Struct Reference

#include <libspe2-types.h>

Collaboration diagram for spe_context:
Collaboration graph

Data Fields

spe_program_handle_t handle
 
struct spe_context_base_privbase_private
 
struct spe_context_event_privevent_private
 

Detailed Description

SPE context The SPE context is one of the base data structures for the libspe2 implementation. It holds all persistent information about a "logical SPE" used by the application. This data structure should not be accessed directly, but the application uses a pointer to an SPE context as an identifier for the "logical SPE" it is dealing with through libspe2 API calls.

Definition at line 64 of file libspe2-types.h.

Field Documentation

struct spe_context_base_priv* base_private
struct spe_context_event_priv* event_private

Definition at line 77 of file libspe2-types.h.

Definition at line 72 of file libspe2-types.h.


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