Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libgomp/
HDwork.c79 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()
HDteam.c154 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()
HDlibgomp.h132 struct gomp_work_share *next_alloc; member
/dragonfly/contrib/gcc-8.0/libgomp/
HDwork.c80 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()
HDteam.c187 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()
HDlibgomp.h241 struct gomp_work_share *next_alloc; member