Searched refs:lwt (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp59 ompt_lw_taskteam_t *next_lwt = LWT_FROM_TEAM(team), *lwt = NULL;
63 if (lwt)
64 lwt = lwt->parent;
68 if (!lwt && team) {
70 lwt = next_lwt;
83 if (lwt) {
89 return &lwt->ompt_team_info;
109 ompt_lw_taskteam_t *lwt = NULL, local
114 if (lwt)
150 ompt_lw_taskteam_t *lwt = NULL, local
255 __ompt_lw_taskteam_init(ompt_lw_taskteam_t *lwt, kmp_info_t *thr, int gtid, ompt_data_t *ompt_pid, void *codeptr) argument
271 __ompt_lw_taskteam_link(ompt_lw_taskteam_t *lwt, kmp_info_t *thr, int on_heap, bool always) argument
[all...]
H A Dompt-specific.h26 void __ompt_lw_taskteam_init(ompt_lw_taskteam_t *lwt, kmp_info_t *thr,
29 void __ompt_lw_taskteam_link(ompt_lw_taskteam_t *lwt, kmp_info_t *thr,
H A Dkmp_csupport.cpp292 ompt_lw_taskteam_t *lwt = parent_team->t.ompt_serialized_team_info; local
293 if (lwt)
294 ompt_frame = &(lwt->ompt_task_info.frame);
H A Dkmp_runtime.cpp1898 ompt_lw_taskteam_t lwt; local
1899 __ompt_lw_taskteam_init(&lwt, master_th, gtid, &ompt_parallel_data,
1902 lwt.ompt_task_info.frame.exit_frame = ompt_data_none;
1903 __ompt_lw_taskteam_link(&lwt, master_th, 1);

Completed in 106 milliseconds