Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dompt-specific.cpp287 link_lwt->ompt_task_info = *OMPT_CUR_TASK_INFO(thr); in __ompt_lw_taskteam_link()
288 *OMPT_CUR_TASK_INFO(thr) = tmp_task; in __ompt_lw_taskteam_link()
299 *OMPT_CUR_TASK_INFO(thr) = lwt->ompt_task_info; in __ompt_lw_taskteam_link()
313 lwtask->ompt_task_info = *OMPT_CUR_TASK_INFO(thr); in __ompt_lw_taskteam_unlink()
314 *OMPT_CUR_TASK_INFO(thr) = tmp_task; in __ompt_lw_taskteam_unlink()
Dompt-specific.h60 #define OMPT_CUR_TASK_INFO(thr) (&(thr->th.th_current_task->ompt_task_info)) macro
Dkmp_runtime.cpp1194 parent_task_info = OMPT_CUR_TASK_INFO(this_thr); in __kmp_serialized_parallel()
1370 OMPT_CUR_TASK_INFO(this_thr)->frame.exit_frame.ptr = OMPT_GET_FRAME_ADDRESS(0); in __kmp_serialized_parallel()
1385 OMPT_CUR_TASK_INFO(this_thr) in __kmp_serialized_parallel()
1391 OMPT_CUR_TASK_INFO(this_thr)->frame.exit_frame.ptr = OMPT_GET_FRAME_ADDRESS(0); in __kmp_serialized_parallel()
1542 OMPT_CUR_TASK_INFO(master_th) in __kmp_fork_call()
1547 OMPT_CUR_TASK_INFO(master_th)->thread_num, ompt_task_implicit); in __kmp_fork_call()
1574 OMPT_CUR_TASK_INFO(master_th)->frame.exit_frame = ompt_data_none; in __kmp_fork_call()
1578 OMPT_CUR_TASK_INFO(master_th)->thread_num, ompt_task_implicit); in __kmp_fork_call()
1769 task_info = OMPT_CUR_TASK_INFO(master_th); in __kmp_fork_call()
1772 OMPT_CUR_TASK_INFO(master_th) in __kmp_fork_call()
[all …]
Dkmp_csupport.cpp522 OMPT_CUR_TASK_INFO(this_thr)->frame.exit_frame = ompt_data_none; in __kmpc_end_serialized_parallel()
526 OMPT_CUR_TASK_INFO(this_thr)->thread_num, ompt_task_implicit); in __kmpc_end_serialized_parallel()
4091 &(OMPT_CUR_TASK_INFO(th)->task_data), deps, num_dims); in __kmpc_doacross_wait()
4158 &(OMPT_CUR_TASK_INFO(th)->task_data), deps, num_dims); in __kmpc_doacross_post()
Dkmp_ftn_entry.h359 ompt_task_info_t *parent_task_info = OMPT_CUR_TASK_INFO(this_thr); in FTN_CONTROL_TOOL()
Dkmp_gsupport.cpp520 OMPT_CUR_TASK_INFO(thr)->frame.exit_frame = ompt_data_none; in KMP_EXPAND_NAME()