Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp36 #define LWT_FROM_TEAM(team) (team)->t.ompt_serialized_team_info
293 thr->th.th_team->t.ompt_serialized_team_info; in __ompt_lw_taskteam_link()
295 thr->th.th_team->t.ompt_serialized_team_info = link_lwt; in __ompt_lw_taskteam_link()
319 ompt_lw_taskteam_t *lwtask = thr->th.th_team->t.ompt_serialized_team_info; in __ompt_lw_taskteam_unlink()
329 thr->th.th_team->t.ompt_serialized_team_info = lwtask->parent; in __ompt_lw_taskteam_unlink()
H A Dompd-specific.h46 OMPD_ACCESS(kmp_base_team_t, ompt_serialized_team_info) \
H A Dkmp_wait_release.h466 team = this_thr->th.th_team->t.ompt_serialized_team_info;
H A Dkmp.h3169 ompt_lw_taskteam_t *ompt_serialized_team_info; member
H A Dkmp_runtime.cpp5642 team->t.ompt_serialized_team_info = NULL; in __kmp_allocate_team()