Searched refs:next_alloc (Results 1 – 6 of 6) sorted by relevance
79 ws->next_alloc = team->work_shares[0].next_alloc; in alloc_work_share()80 team->work_shares[0].next_alloc = ws; in alloc_work_share()
154 team->work_shares[0].next_alloc = NULL; in gomp_new_team()502 if (__builtin_expect (team->work_shares[0].next_alloc != NULL, 0)) in gomp_team_end()504 struct gomp_work_share *ws = team->work_shares[0].next_alloc; in gomp_team_end()507 struct gomp_work_share *next_ws = ws->next_alloc; in gomp_team_end()
132 struct gomp_work_share *next_alloc; member
80 ws->next_alloc = team->work_shares[0].next_alloc; in alloc_work_share()81 team->work_shares[0].next_alloc = ws; in alloc_work_share()
187 team->work_shares[0].next_alloc = NULL; in gomp_new_team()911 if (__builtin_expect (team->work_shares[0].next_alloc != NULL, 0)) in gomp_team_end()913 struct gomp_work_share *ws = team->work_shares[0].next_alloc; in gomp_team_end()916 struct gomp_work_share *next_ws = ws->next_alloc; in gomp_team_end()
241 struct gomp_work_share *next_alloc; member