Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_tasking.cpp1504 kmp_info_t *shadow_thread = __kmp_threads[KMP_GTID_TO_SHADOW_GTID(gtid)]; in __kmp_task_alloc() local
1505 taskdata->td_team = shadow_thread->th.th_team; in __kmp_task_alloc()
1506 taskdata->td_task_team = shadow_thread->th.th_task_team; in __kmp_task_alloc()