Searched refs:gomp_new_work_share (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/gcclibs/libgomp/
H A Dwork.c39 gomp_new_work_share (bool ordered, unsigned nthreads) function
82 ws = gomp_new_work_share (ordered, 1);
130 ws = gomp_new_work_share (ordered, team->nthreads);
H A Dsections.c112 ws = gomp_new_work_share (false, num_threads);
H A Dlibgomp.h315 extern struct gomp_work_share * gomp_new_work_share (bool, unsigned);
H A Dloop.c381 ws = gomp_new_work_share (false, num_threads);

Completed in 95 milliseconds