Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dompt-specific.h61 #define OMPT_CUR_TASK_DATA(thr) \ macro
137 ompt_data_t *my_task_data = OMPT_CUR_TASK_DATA(this_thr); \
Dkmp_barrier.cpp1317 my_task_data = OMPT_CUR_TASK_DATA(this_thr); in __kmp_barrier_template()
1727 my_task_data = OMPT_CUR_TASK_DATA(this_thr); in __kmp_join_barrier()
1740 this_thr->th.ompt_thread_info.task_data = *OMPT_CUR_TASK_DATA(this_thr); in __kmp_join_barrier()
2005 ? OMPT_CUR_TASK_DATA(this_thr) in __kmp_fork_barrier()
Dkmp_wait_release.h273 tId = OMPT_CUR_TASK_DATA(this_thr); in __kmp_wait_template()
Dkmp_runtime.cpp1380 implicit_task_data = OMPT_CUR_TASK_DATA(this_thr); in __kmp_serialized_parallel()
1384OMPT_CUR_TASK_DATA(this_thr), 1, __kmp_tid_from_gtid(global_tid), ompt_task_implicit); // TODO: Ca… in __kmp_serialized_parallel()
1540 implicit_task_data = OMPT_CUR_TASK_DATA(master_th); in __kmp_fork_call()
1584 &ompt_parallel_data, OMPT_CUR_TASK_DATA(master_th), in __kmp_fork_call()
1881 implicit_task_data = OMPT_CUR_TASK_DATA(master_th); in __kmp_fork_call()
7472 ompt_data_t *task_data = OMPT_CUR_TASK_DATA(this_thr); in __kmp_internal_join()
Dkmp_csupport.cpp525 ompt_scope_end, NULL, OMPT_CUR_TASK_DATA(this_thr), 1, in __kmpc_end_serialized_parallel()