Searched refs:icv (Results 1 - 9 of 9) sorted by relevance

/barrelfish-2018-10-04/lib/bomp_new/
H A Dicv.c58 struct omp_icv_task *icv = calloc(1, sizeof(*icv)); local
59 if (icv == NULL) {
60 return icv;
63 memcpy(icv, &g_omp_icv_task_default, sizeof(*icv));
65 return icv;
H A Dbomp_init.c125 tls->icv.global = &g_omp_icv_global_default;
126 tls->icv.device = &g_omp_icv_device_default;
127 tls->icv.task = NULL;
H A Dbomp.c60 struct omp_icv_task *icv = bomp_icv_get()->task; local
63 node->threads[i].icvt = icv;
141 free(tls->icv.task);
142 tls->icv.task = NULL;
H A Dbomp_thread.c36 uint64_t icv; ///< thread's control variables member in struct:bomp_msg_st::__anon523::__anon524
86 st->args.exec.icv);
233 bomp_msg_st->args.exec.icv = (uint64_t)thread->icvt;
H A Dbomp_node.c32 uint64_t icv; ///< thread's control variables member in struct:bomp_msg_st::__anon521::__anon522
/barrelfish-2018-10-04/lib/bomp/include/
H A Dbomp_internal.h21 #include <icv.h>
71 struct bomp_icv_data *icv; member in struct:bomp_thread_local_data
91 struct omp_icv_task *icv = NULL; local
100 icv = &g_bomp_state->icv_task;
102 return icv;
/barrelfish-2018-10-04/lib/bomp_new/include/
H A Dbomp_internal.h117 struct omp_icv icv; ///< pointer holding the environment variables member in struct:bomp_tls
153 return &tls->icv;
159 tls->icv.task = task;
165 return tls->icv.task;
198 struct bomp_icv_data *icv;
/barrelfish-2018-10-04/lib/bomp/
H A Dbomp.c51 #include <icv.h>
H A Domp.c18 #include <icv.h>
749 // get the current task icv
808 // get the current task icv

Completed in 106 milliseconds