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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/
H A Dparallel-1.c9 static int nthr; variable
17 nthr = omp_get_num_threads ();
30 assert (nthr == 2);
41 assert (nthr == 3);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/
H A Dteam.c223 struct gomp_thread *nthr = pool->threads[i]; local
224 nthr->fn = gomp_free_pool_helper;
225 nthr->data = pool;
256 struct gomp_thread *thr, *nthr; local
332 nthr = pool->threads[i];
333 nthr->ts.team = team;
334 nthr->ts.work_share = &team->work_shares[0];
335 nthr->ts.last_work_share = NULL;
336 nthr->ts.team_id = i;
337 nthr
[all...]

Completed in 56 milliseconds