H2Lib  3.0
Data Fields
_task Struct Reference

Simple representation of a task. More...

#include <opencl.h>

Data Fields

void * data
 
ptask next
 

Detailed Description

Simple representation of a task.

The data of the a task is stored in the field _task::data. Because this struct is usually used in the same contexts with a taskgroup, the code to be executed should be clear. Also it contains pointer _task::next to the next task in the list.

Field Documentation

void* data

Input / output data for the current task.

ptask next

Pointer to the next task in the list.


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