Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libgomp/
H A Dwork.c77 team->work_share_chunk *= 2; in alloc_work_share()
78 ws = gomp_malloc (team->work_share_chunk * sizeof (struct gomp_work_share)); in alloc_work_share()
82 for (i = 1; i < team->work_share_chunk - 1; i++) in alloc_work_share()
H A Dlibgomp.h282 unsigned work_share_chunk; member
H A Dteam.c147 team->work_share_chunk = 8; in gomp_new_team()
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dwork.c78 team->work_share_chunk *= 2; in alloc_work_share()
79 ws = gomp_malloc (team->work_share_chunk * sizeof (struct gomp_work_share)); in alloc_work_share()
83 for (i = 1; i < team->work_share_chunk - 1; i++) in alloc_work_share()
H A Dlibgomp.h519 unsigned work_share_chunk; member
H A Dteam.c181 team->work_share_chunk = 8; in gomp_new_team()