42 #define CHECKED_EXECUTION 0
50 struct ddf_st ** ddf_list;
51 struct _phased_t * phased_clause;
54 typedef struct finish {
59 struct finish * parent;
60 struct _accum_t ** accumulators;
64 struct _forasync_task_t;
69 typedef void (*asyncExecutorFct_t) (
struct _async_task_t * async_task);
70 typedef void (*forasyncExecutorFct_t) (
struct _forasync_task_t *forasync_task);
73 struct _phaser_context_t;
79 typedef struct _async_task_t {
83 struct _phaser_context_t * phaser_context;
91 typedef struct _forasync_task_t {
100 typedef struct _forasync_1D_task_t {
111 typedef struct _forasync_2D_task_t {
123 typedef struct _forasync_3D_task_t {