Searched refs:work_shares (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dwork.c99 ws = team->work_shares[ws_index];
112 team->work_shares = gomp_realloc (team->work_shares,
114 * sizeof (*team->work_shares));
121 memcpy (team->work_shares + team->num_live_gen,
122 team->work_shares,
124 * sizeof (*team->work_shares));
133 team->work_shares[ws_index] = ws;
169 team->work_shares[ws_index] = NULL;
215 team->work_shares[ws_inde
[all...]
H A Dlibgomp.h173 struct gomp_work_share **work_shares; member in struct:gomp_team
175 /* The work_shares array is indexed by "generation & generation_mask".
179 /* These two values define the bounds of the elements of the work_shares
H A Dteam.c146 team->work_shares = gomp_malloc (4 * sizeof (struct gomp_work_share *));
150 team->work_shares[0] = work_share;
167 free (team->work_shares);

Completed in 151 milliseconds