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.cpp1224 parent_task_info = OMPT_CUR_TASK_INFO(this_thr); in __kmp_serialized_parallel()
1417 OMPT_CUR_TASK_INFO(this_thr)->frame.exit_frame.ptr = in __kmp_serialized_parallel()
1433 OMPT_CUR_TASK_INFO(this_thr)->thread_num = in __kmp_serialized_parallel()
1439 OMPT_CUR_TASK_INFO(this_thr)->frame.exit_frame.ptr = in __kmp_serialized_parallel()
1517 OMPT_CUR_TASK_INFO(master_th)->thread_num = __kmp_tid_from_gtid(gtid); in __kmp_fork_in_teams()
1520 1, OMPT_CUR_TASK_INFO(master_th)->thread_num, ompt_task_implicit); in __kmp_fork_in_teams()
1548 OMPT_CUR_TASK_INFO(master_th)->frame.exit_frame = ompt_data_none; in __kmp_fork_in_teams()
1552 OMPT_CUR_TASK_INFO(master_th)->thread_num, ompt_task_implicit); in __kmp_fork_in_teams()
1752 task_info = OMPT_CUR_TASK_INFO(master_th); in __kmp_serial_fork_call()
1755 OMPT_CUR_TASK_INFO(master_th)->thread_num = __kmp_tid_from_gtid(gtid); in __kmp_serial_fork_call()
[all …]
H A Dkmp_csupport.cpp661 OMPT_CUR_TASK_INFO(this_thr)->frame.exit_frame = ompt_data_none; in __kmpc_end_serialized_parallel()
665 OMPT_CUR_TASK_INFO(this_thr)->thread_num, ompt_task_implicit); in __kmpc_end_serialized_parallel()
4371 &(OMPT_CUR_TASK_INFO(th)->task_data), deps, (kmp_uint32)num_dims); in __kmpc_doacross_wait()
4439 &(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()