Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcclibs/libgomp/
Dwork.c99 ws = team->work_shares[ws_index]; in gomp_work_share_start()
112 team->work_shares = gomp_realloc (team->work_shares, in gomp_work_share_start()
114 * sizeof (*team->work_shares)); in gomp_work_share_start()
121 memcpy (team->work_shares + team->num_live_gen, in gomp_work_share_start()
122 team->work_shares, in gomp_work_share_start()
124 * sizeof (*team->work_shares)); in gomp_work_share_start()
133 team->work_shares[ws_index] = ws; in gomp_work_share_start()
169 team->work_shares[ws_index] = NULL; in gomp_work_share_end()
215 team->work_shares[ws_index] = NULL; in gomp_work_share_end_nowait()
Dteam.c146 team->work_shares = gomp_malloc (4 * sizeof (struct gomp_work_share *)); in new_team()
150 team->work_shares[0] = work_share; in new_team()
167 free (team->work_shares); in free_team()
Dlibgomp.h173 struct gomp_work_share **work_shares; member