Home
last modified time | relevance | path

Searched refs:gomp_init_work_share (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dwork.c101 gomp_init_work_share (struct gomp_work_share *ws, size_t ordered, in gomp_init_work_share() function
202 gomp_init_work_share (ws, ordered, 1); in gomp_work_share_start()
214 gomp_init_work_share (ws, ordered, team->nthreads); in gomp_work_share_start()
Dlibgomp.h1305 extern void gomp_init_work_share (struct gomp_work_share *, size_t, unsigned);
Dteam.c201 gomp_init_work_share (&team->work_shares[0], 0, nthreads); in gomp_new_team()
DChangeLog265 * work.c (gomp_init_work_share): Don't mask of adjustment for
5285 * work.c (gomp_init_work_share): Use team_malloc.
6076 * work.c (gomp_init_work_share): Instead of aligning final ordered
6896 (gomp_init_work_share, gomp_work_share_start): Change bool argument
7059 (gomp_new_team): Adjust gomp_init_work_share caller.
7069 (gomp_init_work_share): Change ORDERED argument from bool to size_t,
15334 (gomp_init_work_share, gomp_fini_work_share): New prototypes.
15417 (alloc_work_share, gomp_init_work_share, gomp_fini_work_share): New