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

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.h72 #define OMPT_CUR_TEAM_DATA(thr) \ macro
158 ompt_data_t *my_parallel_data = OMPT_CUR_TEAM_DATA(this_thr); \
H A Dkmp_runtime.cpp1370 ompt_scope_begin, OMPT_CUR_TEAM_DATA(this_thr),
1459 ompt_scope_begin, OMPT_CUR_TEAM_DATA(master_th), implicit_task_data,
1494 ompt_parallel_data = *OMPT_CUR_TEAM_DATA(master_th);
1697 ompt_scope_begin, OMPT_CUR_TEAM_DATA(master_th),
1728 *ompt_parallel_data = *OMPT_CUR_TEAM_DATA(master_th);
1801 ompt_scope_begin, OMPT_CUR_TEAM_DATA(master_th),
1834 *ompt_parallel_data = *OMPT_CUR_TEAM_DATA(master_th);
2576 ompt_parallel_data = *OMPT_CUR_TEAM_DATA(master_th);
H A Dkmp_barrier.cpp1791 my_parallel_data = OMPT_CUR_TEAM_DATA(this_thr);
2216 my_parallel_data = OMPT_CUR_TEAM_DATA(this_thr);
H A Dkmp_tasking.cpp2238 my_parallel_data = OMPT_CUR_TEAM_DATA(thread);

Completed in 268 milliseconds