Searched refs:omp_icv_task (Results 1 - 11 of 11) sorted by relevance

/barrelfish-master/lib/bomp/include/
H A Dicv.h27 struct omp_icv_task struct
184 struct omp_icv_task *bomp_icv_new(void);
185 void bomp_icv_init_from_parent(struct omp_icv_task *icv_task);
186 void bomp_icv_init_from_env(struct omp_icv_task *icv_task);
H A Dbomp_internal.h89 static inline struct omp_icv_task *bomp_get_icv_task(void)
91 struct omp_icv_task *icv = NULL;
H A Dbomp_backend.h46 struct omp_icv_task icv_task; ///< global icv task
/barrelfish-master/lib/bomp_new/
H A Domp_icv.c20 struct omp_icv_task *bomp_icv_new(void)
33 void bomp_icv_init_from_parent(struct omp_icv_task *icv_task)
48 void bomp_icv_init_from_env(struct omp_icv_task *icv_task)
H A Dicv.c13 struct omp_icv_task g_omp_icv_task_default;
32 struct omp_icv_task *icv_task = &g_omp_icv_task_default;
56 struct omp_icv_task *bomp_icv_task_new(void)
58 struct omp_icv_task *icv = calloc(1, sizeof(*icv));
H A Dparallel.c41 struct omp_icv_task *icv_task = bomp_icv_task_new();
H A Dbomp_thread.c283 struct omp_icv_task icvt;
284 memcpy(&icvt, (void *)icv_task, sizeof(struct omp_icv_task));
H A Dbomp.c60 struct omp_icv_task *icv = bomp_icv_get()->task;
/barrelfish-master/lib/bomp/
H A Dicv.c18 struct omp_icv_task *bomp_icv_new(void)
31 void bomp_icv_init_from_parent(struct omp_icv_task *icv_task)
46 void bomp_icv_init_from_env(struct omp_icv_task *icv_task)
/barrelfish-master/lib/bomp_new/include/
H A Domp_icv.h28 struct omp_icv_task struct
210 struct omp_icv_task *task; ///< task specific control variables
216 extern struct omp_icv_task g_omp_icv_task_default;
220 struct omp_icv_task *bomp_icv_task_new(void);
H A Dbomp_internal.h63 struct omp_icv_task *icvt; ///<
156 static inline void bomp_icv_set_task(struct omp_icv_task *task)
162 static inline struct omp_icv_task *bomp_icv_get_task(void)

Completed in 95 milliseconds