Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dompt-specific.cpp36 #define LWT_FROM_TEAM(team) (team)->t.ompt_serialized_team_info
292 thr->th.th_team->t.ompt_serialized_team_info; in __ompt_lw_taskteam_link()
294 thr->th.th_team->t.ompt_serialized_team_info = link_lwt; in __ompt_lw_taskteam_link()
304 ompt_lw_taskteam_t *lwtask = thr->th.th_team->t.ompt_serialized_team_info; in __ompt_lw_taskteam_unlink()
306 thr->th.th_team->t.ompt_serialized_team_info = lwtask->parent; in __ompt_lw_taskteam_unlink()
Dkmp_wait_release.h269 this_thr->th.th_team->t.ompt_serialized_team_info; in __kmp_wait_template()
Dkmp.h2728 ompt_lw_taskteam_t *ompt_serialized_team_info; member
Dkmp_csupport.cpp291 ompt_lw_taskteam_t *lwt = parent_team->t.ompt_serialized_team_info; in __kmpc_fork_call()
Dkmp_runtime.cpp5381 team->t.ompt_serialized_team_info = NULL; in __kmp_allocate_team()