| /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/ |
| team.c | 125 struct gomp_thread *thr, *nthr; local 162 nthr = pool->threads[i]; 163 nthr->ts.team = team; 164 nthr->ts.work_share = &team->work_shares[0]; 165 nthr->ts.last_work_share = NULL; 166 nthr->ts.team_id = i; 167 nthr->ts.level = team->prev_ts.level + 1; 168 nthr->ts.active_level = thr->ts.active_level; 169 nthr->ts.single_count = 0; 170 nthr->ts.static_trip = 0 [all...] |
| /src/external/gpl3/gcc/dist/libgomp/config/nvptx/ |
| team.c | 151 struct gomp_thread *thr, *nthr; local 188 nthr = pool->threads[i]; 189 nthr->ts.team = team; 190 nthr->ts.work_share = &team->work_shares[0]; 191 nthr->ts.last_work_share = NULL; 192 nthr->ts.team_id = i; 193 nthr->ts.level = team->prev_ts.level + 1; 194 nthr->ts.active_level = thr->ts.active_level; 195 nthr->ts.single_count = 0; 196 nthr->ts.static_trip = 0 [all...] |
| /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/ |
| team.c | 156 struct gomp_thread *thr, *nthr; local 193 nthr = pool->threads[i]; 194 nthr->ts.team = team; 195 nthr->ts.work_share = &team->work_shares[0]; 196 nthr->ts.last_work_share = NULL; 197 nthr->ts.team_id = i; 198 nthr->ts.level = team->prev_ts.level + 1; 199 nthr->ts.active_level = thr->ts.active_level; 200 nthr->ts.single_count = 0; 201 nthr->ts.static_trip = 0 [all...] |
| /src/external/gpl3/gcc/dist/libgomp/config/gcn/ |
| team.c | 175 struct gomp_thread *thr, *nthr; local 212 nthr = pool->threads[i]; 213 nthr->ts.team = team; 214 nthr->ts.work_share = &team->work_shares[0]; 215 nthr->ts.last_work_share = NULL; 216 nthr->ts.team_id = i; 217 nthr->ts.level = team->prev_ts.level + 1; 218 nthr->ts.active_level = thr->ts.active_level; 219 nthr->ts.single_count = 0; 220 nthr->ts.static_trip = 0 [all...] |
| /src/usr.sbin/npf/npftest/ |
| npftest.c | 249 static char nthr[64]; local 250 sprintf(nthr, "%u", nthreads + 1); 251 setenv("RUMP_NCPU", nthr, 1);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| omp-par-scope.c | 174 int nthr = omp_get_num_threads (); local 175 int off = num * nthr;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| omp-par-scope.c | 174 int nthr = omp_get_num_threads (); local 175 int off = num * nthr;
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| team.c | 276 struct gomp_thread *nthr = pool->threads[i]; local 277 nthr->fn = gomp_free_pool_helper; 278 nthr->data = pool; 324 struct gomp_thread *thr, *nthr; local 631 nthr = affinity_thr[l - team->prev_ts.place_partition_off]; 633 = (struct gomp_thread *) nthr->data; 635 pool->threads[i] = nthr; 638 nthr = pool->threads[i]; 642 nthr = pool->threads[i]; 643 nthr->ts.team = team 1078 struct gomp_thread *nthr = pool->threads[i]; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| team.c | 277 struct gomp_thread *nthr = pool->threads[i]; local 278 nthr->fn = gomp_free_pool_helper; 279 nthr->data = pool; 325 struct gomp_thread *thr, *nthr; local 632 nthr = affinity_thr[l - team->prev_ts.place_partition_off]; 634 = (struct gomp_thread *) nthr->data; 636 pool->threads[i] = nthr; 639 nthr = pool->threads[i]; 643 nthr = pool->threads[i]; 644 nthr->ts.team = team 1077 struct gomp_thread *nthr = pool->threads[i]; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| nvptx.cc | 6224 rtx nthr = expand_expr (CALL_EXPR_ARG (exp, 1), 6242 if (!CONST_INT_P (nthr) && !REG_P (nthr)) 6243 nthr = copy_to_mode_reg (SImode, nthr); 6263 pat = gen_nvptx_barred_and (dst, bar, nthr, cpl, redop); 6267 pat = gen_nvptx_barred_or (dst, bar, nthr, cpl, redop); 6271 pat = gen_nvptx_barred_popc (dst, bar, nthr, cpl, redop); 6216 rtx nthr = expand_expr (CALL_EXPR_ARG (exp, 1), local
|