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

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dwork.c78 team->work_share_chunk *= 2;
83 team->work_share_chunk
86 ws = gomp_malloc (team->work_share_chunk * sizeof (struct gomp_work_share));
91 for (i = 1; i < team->work_share_chunk - 1; i++)
H A Dlibgomp.h607 unsigned work_share_chunk; member in struct:gomp_team
H A Dteam.c185 team->work_share_chunk = 8;
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dwork.c78 team->work_share_chunk *= 2;
83 team->work_share_chunk
86 ws = gomp_malloc (team->work_share_chunk * sizeof (struct gomp_work_share));
91 for (i = 1; i < team->work_share_chunk - 1; i++)
H A Dlibgomp.h673 unsigned work_share_chunk; member in struct:gomp_team
H A Dteam.c196 team->work_share_chunk = 8;

Completed in 197 milliseconds