Lines Matching refs:th
55 kmp_team *team = thr->th.th_team; in __ompt_get_teaminfo()
108 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_task_info_object()
148 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_scheduling_taskinfo()
201 return &(thread->th.ompt_thread_info.thread_data); in __ompt_get_thread_data_internal()
214 ti->th.ompt_thread_info.wait_id = (ompt_wait_id_t)(uintptr_t)variable; in __ompt_thread_assign_wait_id()
222 *omp_wait_id = ti->th.ompt_thread_info.wait_id; in __ompt_get_state_internal()
223 return ti->th.ompt_thread_info.state; in __ompt_get_state_internal()
273 thr->th.th_team->t.t_serialized > in __ompt_lw_taskteam_link()
288 thr->th.th_team->t.ompt_serialized_team_info; in __ompt_lw_taskteam_link()
290 thr->th.th_team->t.ompt_serialized_team_info = link_lwt; in __ompt_lw_taskteam_link()
314 ompt_lw_taskteam_t *lwtask = thr->th.th_team->t.ompt_serialized_team_info; in __ompt_lw_taskteam_unlink()
324 thr->th.th_team->t.ompt_serialized_team_info = lwtask->parent; in __ompt_lw_taskteam_unlink()
360 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_task_info_internal()
363 kmp_team *team = thr->th.th_team, *prev_team = NULL; in __ompt_get_task_info_internal()
458 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_task_memory_internal()
512 if (!thr->th.th_ident) in __ompt_get_barrier_kind()
515 kmp_int32 flags = thr->th.th_ident->flags; in __ompt_get_barrier_kind()