Home
last modified time | relevance | path

Searched refs:kmp_tdg_info_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp41 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 …]
H A Dkmp_global.cpp569 kmp_tdg_info_t **__kmp_global_tdgs = NULL;
H A Dkmp.h2655 } kmp_tdg_info_t; typedef
2659 extern kmp_tdg_info_t **__kmp_global_tdgs;
2799 kmp_tdg_info_t *tdg; // used to associate task with a TDG
H A Dkmp_taskdeps.cpp694 kmp_tdg_info_t *tdg = new_taskdata->tdg; in __kmpc_omp_task_with_deps()