Lines Matching refs:tId
132 ompt_data_t *tId) { in __ompt_implicit_task_end() argument
140 ompt_sync_region_barrier_implicit, ompt_scope_end, NULL, tId, in __ompt_implicit_task_end()
145 ompt_sync_region_barrier_implicit, ompt_scope_end, NULL, tId, in __ompt_implicit_task_end()
155 ompt_scope_end, NULL, tId, 0, ds_tid, flags); in __ompt_implicit_task_end()
263 ompt_data_t *tId; in __kmp_wait_template() local
271 tId = &(team->ompt_task_info.task_data); in __kmp_wait_template()
273 tId = OMPT_CUR_TASK_DATA(this_thr); in __kmp_wait_template()
276 tId = &(this_thr->th.ompt_thread_info.task_data); in __kmp_wait_template()
281 __ompt_implicit_task_end(this_thr, ompt_entry_state, tId); in __kmp_wait_template()
355 __ompt_implicit_task_end(this_thr, ompt_entry_state, tId); in __kmp_wait_template()
454 __ompt_implicit_task_end(this_thr, ompt_exit_state, tId); in __kmp_wait_template()