Searched refs:next_lwt (Results 1 – 1 of 1) sorted by relevance
59 ompt_lw_taskteam_t *next_lwt = LWT_FROM_TEAM(team), *lwt = NULL; in __ompt_get_teaminfo() local69 if (next_lwt) { in __ompt_get_teaminfo()70 lwt = next_lwt; in __ompt_get_teaminfo()71 next_lwt = NULL; in __ompt_get_teaminfo()75 next_lwt = LWT_FROM_TEAM(team); in __ompt_get_teaminfo()110 *next_lwt = LWT_FROM_TEAM(taskdata->td_team); in __ompt_get_task_info_object() local120 if (next_lwt) { in __ompt_get_task_info_object()121 lwt = next_lwt; in __ompt_get_task_info_object()122 next_lwt = NULL; in __ompt_get_task_info_object()126 next_lwt = LWT_FROM_TEAM(taskdata->td_team); in __ompt_get_task_info_object()[all …]