Home
last modified time | relevance | path

Searched refs:OMPT_CUR_TASK_INFO (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp303 link_lwt->ompt_task_info = *OMPT_CUR_TASK_INFO(thr); in __ompt_lw_taskteam_link()
304 *OMPT_CUR_TASK_INFO(thr) = tmp_task; in __ompt_lw_taskteam_link()
314 *OMPT_CUR_TASK_INFO(thr) = lwt->ompt_task_info; in __ompt_lw_taskteam_link()
322 lwtask->ompt_task_info = *OMPT_CUR_TASK_INFO(thr); in __ompt_lw_taskteam_unlink()
323 *OMPT_CUR_TASK_INFO(thr) = tmp_task; in __ompt_lw_taskteam_unlink()
H A Dompt-specific.h68 #define OMPT_CUR_TASK_INFO(thr) (&((thr)->th.th_current_task->ompt_task_info)) macro
H A Dkmp_runtime.cpp1181 parent_task_info = OMPT_CUR_TASK_INFO(this_thr); in __kmp_serialized_parallel()
1357 OMPT_CUR_TASK_INFO(this_thr)->frame.exit_frame.ptr = in __kmp_serialized_parallel()
1373 OMPT_CUR_TASK_INFO(this_thr)->thread_num = in __kmp_serialized_parallel()
1379 OMPT_CUR_TASK_INFO(this_thr)->frame.exit_frame.ptr = in __kmp_serialized_parallel()
1488 OMPT_CUR_TASK_INFO(master_th)->frame.exit_frame = ompt_data_none; in __kmp_fork_in_teams()
1492 OMPT_CUR_TASK_INFO(master_th)->thread_num, ompt_task_implicit); in __kmp_fork_in_teams()
1692 task_info = OMPT_CUR_TASK_INFO(master_th); in __kmp_serial_fork_call()
1761 ompt_task_info_t *task_info = OMPT_CUR_TASK_INFO(master_th); in __kmp_serial_fork_call()
1794 task_info = OMPT_CUR_TASK_INFO(master_th); in __kmp_serial_fork_call()
2654 OMPT_CUR_TASK_INFO(master_th)->thread_num, flags); in __kmp_join_call()
[all …]
H A Dkmp_csupport.cpp616 OMPT_CUR_TASK_INFO(this_thr)->frame.exit_frame = ompt_data_none; in __kmpc_end_serialized_parallel()
620 OMPT_CUR_TASK_INFO(this_thr)->thread_num, ompt_task_implicit); in __kmpc_end_serialized_parallel()
4315 &(OMPT_CUR_TASK_INFO(th)->task_data), deps, (kmp_uint32)num_dims); in __kmpc_doacross_wait()
4383 &(OMPT_CUR_TASK_INFO(th)->task_data), deps, (kmp_uint32)num_dims); in __kmpc_doacross_post()
H A Dkmp_ftn_entry.h393 ompt_task_info_t *parent_task_info = OMPT_CUR_TASK_INFO(this_thr); in FTN_CONTROL_TOOL()
H A Dkmp_gsupport.cpp555 OMPT_CUR_TASK_INFO(thr)->frame.exit_frame = ompt_data_none; in KMP_EXPAND_NAME()