Searched refs:new_team (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dteam.c137 new_team (unsigned nthreads, struct gomp_work_share *work_share) function
191 team = new_team (nthreads, work_share);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp1206 kmp_team_t *new_team; local
1210 new_team =
1218 KMP_ASSERT(new_team);
1221 new_team->t.t_threads[0] = this_thr;
1222 new_team->t.t_parent = this_thr->th.th_team;
1223 serial_team = new_team;

Completed in 374 milliseconds