|
Barrelfish
|
Data Fields | |
| xomp_task_id_t | id |
| id of the task | |
| uint32_t | total_threads |
| total workers used in this task | |
| uint32_t | done |
| number of workers that have completed | |
| void * | barrier |
| the barrier to enter upon completion | |
| void * | arg |
| argument of the worker function | |
| xomp_worker_fn_t | fn |
| worker function to be called | |
XOMP task structure
1.8.11