Searched refs:kmp_tdg_info_t (Results 1 – 4 of 4) sorted by relevance
41 static kmp_tdg_info_t *__kmp_find_tdg(kmp_int32 tdg_id);1671 kmp_tdg_info_t *tdg = __kmp_find_tdg(__kmp_curr_tdg_idx);2036 kmp_tdg_info_t *tdg = new_taskdata->tdg;2595 kmp_tdg_info_t *tdg = __kmp_find_tdg(__kmp_curr_tdg_idx);2597 kmp_tdg_info_t *this_tdg = __kmp_global_tdgs[__kmp_curr_tdg_idx];2622 kmp_tdg_info_t *tdg = __kmp_find_tdg(__kmp_curr_tdg_idx);2624 kmp_tdg_info_t *this_tdg = __kmp_global_tdgs[__kmp_curr_tdg_idx];5477 static kmp_tdg_info_t *__kmp_find_tdg(kmp_int32 tdg_id) {5478 kmp_tdg_info_t *res = nullptr;5483 __kmp_global_tdgs = (kmp_tdg_info_t **)__kmp_allocate([all …]
569 kmp_tdg_info_t **__kmp_global_tdgs = NULL;
2655 } kmp_tdg_info_t; typedef2659 extern kmp_tdg_info_t **__kmp_global_tdgs;2799 kmp_tdg_info_t *tdg; // used to associate task with a TDG
694 kmp_tdg_info_t *tdg = new_taskdata->tdg; in __kmpc_omp_task_with_deps()