Home
last modified time | relevance | path

Searched refs:nthr (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
H A Dteam.c122 struct gomp_thread *thr, *nthr; in gomp_team_start() local
159 nthr = pool->threads[i]; in gomp_team_start()
160 nthr->ts.team = team; in gomp_team_start()
161 nthr->ts.work_share = &team->work_shares[0]; in gomp_team_start()
162 nthr->ts.last_work_share = NULL; in gomp_team_start()
163 nthr->ts.team_id = i; in gomp_team_start()
164 nthr->ts.level = team->prev_ts.level + 1; in gomp_team_start()
165 nthr->ts.active_level = thr->ts.active_level; in gomp_team_start()
166 nthr->ts.single_count = 0; in gomp_team_start()
167 nthr->ts.static_trip = 0; in gomp_team_start()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/nvptx/
H A Dteam.c125 struct gomp_thread *thr, *nthr; in gomp_team_start() local
162 nthr = pool->threads[i]; in gomp_team_start()
163 nthr->ts.team = team; in gomp_team_start()
164 nthr->ts.work_share = &team->work_shares[0]; in gomp_team_start()
165 nthr->ts.last_work_share = NULL; in gomp_team_start()
166 nthr->ts.team_id = i; in gomp_team_start()
167 nthr->ts.level = team->prev_ts.level + 1; in gomp_team_start()
168 nthr->ts.active_level = thr->ts.active_level; in gomp_team_start()
169 nthr->ts.single_count = 0; in gomp_team_start()
170 nthr->ts.static_trip = 0; in gomp_team_start()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/gcn/
H A Dteam.c156 struct gomp_thread *thr, *nthr; in gomp_team_start() local
193 nthr = pool->threads[i]; in gomp_team_start()
194 nthr->ts.team = team; in gomp_team_start()
195 nthr->ts.work_share = &team->work_shares[0]; in gomp_team_start()
196 nthr->ts.last_work_share = NULL; in gomp_team_start()
197 nthr->ts.team_id = i; in gomp_team_start()
198 nthr->ts.level = team->prev_ts.level + 1; in gomp_team_start()
199 nthr->ts.active_level = thr->ts.active_level; in gomp_team_start()
200 nthr->ts.single_count = 0; in gomp_team_start()
201 nthr->ts.static_trip = 0; in gomp_team_start()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
H A Dteam.c156 struct gomp_thread *thr, *nthr; in gomp_team_start() local
193 nthr = pool->threads[i]; in gomp_team_start()
194 nthr->ts.team = team; in gomp_team_start()
195 nthr->ts.work_share = &team->work_shares[0]; in gomp_team_start()
196 nthr->ts.last_work_share = NULL; in gomp_team_start()
197 nthr->ts.team_id = i; in gomp_team_start()
198 nthr->ts.level = team->prev_ts.level + 1; in gomp_team_start()
199 nthr->ts.active_level = thr->ts.active_level; in gomp_team_start()
200 nthr->ts.single_count = 0; in gomp_team_start()
201 nthr->ts.static_trip = 0; in gomp_team_start()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dteam.c277 struct gomp_thread *nthr = pool->threads[i]; in gomp_free_thread() local
278 nthr->fn = gomp_free_pool_helper; in gomp_free_thread()
279 nthr->data = pool; in gomp_free_thread()
325 struct gomp_thread *thr, *nthr; in gomp_team_start() local
632 nthr = affinity_thr[l - team->prev_ts.place_partition_off]; in gomp_team_start()
634 = (struct gomp_thread *) nthr->data; in gomp_team_start()
636 pool->threads[i] = nthr; in gomp_team_start()
639 nthr = pool->threads[i]; in gomp_team_start()
643 nthr = pool->threads[i]; in gomp_team_start()
644 nthr->ts.team = team; in gomp_team_start()
[all …]
H A DChangeLog1181 start_data->team_num. Update nthr->num_teams and nthr->team_num.
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dteam.c264 struct gomp_thread *nthr = pool->threads[i]; in gomp_free_thread() local
265 nthr->fn = gomp_free_pool_helper; in gomp_free_thread()
266 nthr->data = pool; in gomp_free_thread()
312 struct gomp_thread *thr, *nthr; in gomp_team_start() local
619 nthr = affinity_thr[l - team->prev_ts.place_partition_off]; in gomp_team_start()
621 = (struct gomp_thread *) nthr->data; in gomp_team_start()
623 pool->threads[i] = nthr; in gomp_team_start()
626 nthr = pool->threads[i]; in gomp_team_start()
630 nthr = pool->threads[i]; in gomp_team_start()
631 nthr->ts.team = team; in gomp_team_start()
[all …]
/netbsd-src/usr.sbin/npf/npftest/
H A Dnpftest.c244 static char nthr[64]; in main() local
245 sprintf(nthr, "%u", nthreads + 1); in main()
246 setenv("RUMP_NCPU", nthr, 1); in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dconfig.gcc810 fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dconfig.gcc817 fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
H A DChangeLog-200122147 * config/freebsd-nthr.h: New file to expose FBSD_NO_THREADS macro.
H A DChangeLog-200712880 config/mcore/mcore-pe.h, config/darwin.c, config/freebsd-nthr.h,
H A DChangeLog-20037400 config/freebsd-nthr.h, config/freebsd-spec.h, config/freebsd.h,
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS3404 575f56895b79d2937a6a146e768c10c9 gcc/config/freebsd-nthr.h
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS3706 3f1ffbb4c52de9bd495a6283ae18abb9 gcc/config/freebsd-nthr.h