Home
last modified time | relevance | path

Searched refs:gomp_thread (Results 1 – 25 of 62) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dparallel.c41 struct gomp_thread *thr = gomp_thread (); in gomp_resolve_num_threads()
143 struct gomp_thread *thr = gomp_thread (); in GOMP_parallel_end()
205 struct gomp_thread *thr = gomp_thread (); in GOMP_cancellation_point()
243 struct gomp_thread *thr = gomp_thread (); in ialias()
279 struct gomp_team *team = gomp_thread ()->ts.team; in omp_get_num_threads()
286 return gomp_thread ()->ts.team_id; in omp_get_thread_num()
296 return gomp_thread ()->ts.active_level > 0; in omp_in_parallel()
302 return gomp_thread ()->ts.level; in omp_get_level()
308 struct gomp_team_state *ts = &gomp_thread ()->ts; in omp_get_ancestor_thread_num()
319 struct gomp_team_state *ts = &gomp_thread ()->ts; in omp_get_team_size()
[all …]
H A Dloop.c58 struct gomp_thread *thr = gomp_thread (); in ialias_redirect()
105 struct gomp_thread *thr = gomp_thread (); in gomp_loop_static_start()
127 struct gomp_thread *thr = gomp_thread (); in gomp_loop_dynamic_start()
155 struct gomp_thread *thr = gomp_thread (); in gomp_loop_guided_start()
251 struct gomp_thread *thr = gomp_thread (); in GOMP_loop_start()
322 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_static_start()
340 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_dynamic_start()
365 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_guided_start()
420 struct gomp_thread *thr = gomp_thread (); in GOMP_loop_ordered_start()
500 struct gomp_thread *thr = gomp_thread (); in gomp_loop_doacross_static_start()
[all …]
H A Dloop_ull.c61 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_init()
108 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_static_start()
126 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_dynamic_start()
152 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_guided_start()
250 struct gomp_thread *thr = gomp_thread (); in GOMP_loop_ull_start()
320 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_ordered_static_start()
339 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_ordered_dynamic_start()
365 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_ordered_guided_start()
422 struct gomp_thread *thr = gomp_thread (); in GOMP_loop_ull_ordered_start()
503 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_doacross_static_start()
[all …]
H A Dicv.c208 struct gomp_thread *thr = gomp_thread (); in omp_get_place_num()
221 struct gomp_thread *thr = gomp_thread (); in omp_get_partition_num_places()
234 struct gomp_thread *thr = gomp_thread (); in omp_get_partition_place_nums()
246 struct gomp_thread *thr = gomp_thread (); in omp_set_default_allocator()
255 struct gomp_thread *thr = gomp_thread (); in omp_get_default_allocator()
H A Dlibgomp.h751 struct gomp_thread struct
801 struct gomp_thread **threads; argument
828 extern struct gomp_thread *nvptx_thrs __attribute__((shared));
829 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
836 static inline struct gomp_thread *gcn_thrs (void) in gcn_thrs()
839 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; in gcn_thrs()
842 static inline void set_gcn_thrs (struct gomp_thread *val) in set_gcn_thrs()
845 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; in set_gcn_thrs()
848 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
854 extern __thread struct gomp_thread gomp_tls_data;
[all …]
H A Dordered.c41 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_first()
72 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_last()
107 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_next()
155 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_static_init()
173 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_static_next()
197 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_sync()
265 struct gomp_thread *thr = gomp_thread (); in gomp_doacross_init()
376 struct gomp_thread *thr = gomp_thread (); in GOMP_doacross_post()
427 struct gomp_thread *thr = gomp_thread (); in GOMP_doacross_wait()
515 struct gomp_thread *thr = gomp_thread (); in gomp_doacross_ull_init()
[all …]
H A Dteams.c35 struct gomp_thread *thr = gomp_thread (); in GOMP_teams_reg()
64 struct gomp_thread *thr = gomp_thread (); in omp_get_num_teams()
71 struct gomp_thread *thr = gomp_thread (); in omp_get_team_num()
H A Dsingle.c39 struct gomp_thread *thr = gomp_thread (); in GOMP_single_start()
66 struct gomp_thread *thr = gomp_thread (); in GOMP_single_copy_start()
95 struct gomp_thread *thr = gomp_thread (); in GOMP_single_copy_end()
H A Dteam.c43 __thread struct gomp_thread gomp_tls_data;
73 struct gomp_thread *thr; in gomp_thread_start()
81 struct gomp_thread local_thr; in gomp_thread_start()
153 struct gomp_thread *thr = gomp_thread (); in get_last_team()
243 struct gomp_thread *thr = gomp_thread (); in gomp_free_pool_helper()
268 struct gomp_thread *thr = gomp_thread (); in gomp_free_thread()
277 struct gomp_thread *nthr = pool->threads[i]; in gomp_free_thread()
325 struct gomp_thread *thr, *nthr; in gomp_team_start()
336 struct gomp_thread **affinity_thr = NULL; in gomp_team_start()
339 thr = gomp_thread (); in gomp_team_start()
[all …]
H A Dsections.c50 struct gomp_thread *thr = gomp_thread (); in ialias_redirect()
75 struct gomp_thread *thr = gomp_thread (); in GOMP_sections_start()
104 struct gomp_thread *thr = gomp_thread (); in GOMP_sections2_start()
198 struct gomp_thread *thr = gomp_thread (); in GOMP_sections_next()
H A Diter.c41 struct gomp_thread *thr = gomp_thread (); in gomp_iter_static_next()
150 struct gomp_thread *thr = gomp_thread (); in gomp_iter_dynamic_next_locked()
186 struct gomp_thread *thr = gomp_thread (); in gomp_iter_dynamic_next()
263 struct gomp_thread *thr = gomp_thread (); in gomp_iter_guided_next_locked()
297 struct gomp_thread *thr = gomp_thread (); in gomp_iter_guided_next()
H A Diter_ull.c42 struct gomp_thread *thr = gomp_thread (); in gomp_iter_ull_static_next()
152 struct gomp_thread *thr = gomp_thread (); in gomp_iter_ull_dynamic_next_locked()
188 struct gomp_thread *thr = gomp_thread (); in gomp_iter_ull_dynamic_next()
264 struct gomp_thread *thr = gomp_thread (); in gomp_iter_ull_guided_next_locked()
301 struct gomp_thread *thr = gomp_thread (); in gomp_iter_ull_guided_next()
H A Dbarrier.c34 struct gomp_thread *thr = gomp_thread (); in GOMP_barrier()
47 struct gomp_thread *thr = gomp_thread (); in GOMP_barrier_cancel()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dparallel.c41 struct gomp_thread *thr = gomp_thread (); in gomp_resolve_num_threads()
136 struct gomp_thread *thr = gomp_thread (); in GOMP_parallel_end()
198 struct gomp_thread *thr = gomp_thread (); in GOMP_cancellation_point()
236 struct gomp_thread *thr = gomp_thread (); in ialias()
272 struct gomp_team *team = gomp_thread ()->ts.team; in omp_get_num_threads()
279 return gomp_thread ()->ts.team_id; in omp_get_thread_num()
289 return gomp_thread ()->ts.active_level > 0; in omp_in_parallel()
295 return gomp_thread ()->ts.level; in omp_get_level()
301 struct gomp_team_state *ts = &gomp_thread ()->ts; in omp_get_ancestor_thread_num()
312 struct gomp_team_state *ts = &gomp_thread ()->ts; in omp_get_team_size()
[all …]
H A Dloop.c58 struct gomp_thread *thr = gomp_thread (); in ialias_redirect()
105 struct gomp_thread *thr = gomp_thread (); in gomp_loop_static_start()
127 struct gomp_thread *thr = gomp_thread (); in gomp_loop_dynamic_start()
155 struct gomp_thread *thr = gomp_thread (); in gomp_loop_guided_start()
251 struct gomp_thread *thr = gomp_thread (); in GOMP_loop_start()
319 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_static_start()
337 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_dynamic_start()
362 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_guided_start()
417 struct gomp_thread *thr = gomp_thread (); in GOMP_loop_ordered_start()
497 struct gomp_thread *thr = gomp_thread (); in gomp_loop_doacross_static_start()
[all …]
H A Dloop_ull.c61 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_init()
108 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_static_start()
126 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_dynamic_start()
152 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_guided_start()
250 struct gomp_thread *thr = gomp_thread (); in GOMP_loop_ull_start()
317 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_ordered_static_start()
336 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_ordered_dynamic_start()
362 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_ordered_guided_start()
419 struct gomp_thread *thr = gomp_thread (); in GOMP_loop_ull_ordered_start()
500 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_doacross_static_start()
[all …]
H A Dlibgomp.h682 struct gomp_thread struct
724 struct gomp_thread **threads; argument
751 extern struct gomp_thread *nvptx_thrs __attribute__((shared));
752 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
759 static inline struct gomp_thread *gcn_thrs (void) in gcn_thrs()
762 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; in gcn_thrs()
765 static inline void set_gcn_thrs (struct gomp_thread *val) in set_gcn_thrs()
768 struct gomp_thread * __lds *thrs = (struct gomp_thread * __lds *)4; in set_gcn_thrs()
771 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
777 extern __thread struct gomp_thread gomp_tls_data;
[all …]
H A Dordered.c41 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_first()
72 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_last()
107 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_next()
155 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_static_init()
173 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_static_next()
197 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_sync()
265 struct gomp_thread *thr = gomp_thread (); in gomp_doacross_init()
376 struct gomp_thread *thr = gomp_thread (); in GOMP_doacross_post()
427 struct gomp_thread *thr = gomp_thread (); in GOMP_doacross_wait()
515 struct gomp_thread *thr = gomp_thread (); in gomp_doacross_ull_init()
[all …]
H A Dsingle.c39 struct gomp_thread *thr = gomp_thread (); in GOMP_single_start()
66 struct gomp_thread *thr = gomp_thread (); in GOMP_single_copy_start()
95 struct gomp_thread *thr = gomp_thread (); in GOMP_single_copy_end()
H A Dteam.c43 __thread struct gomp_thread gomp_tls_data;
71 struct gomp_thread *thr; in gomp_thread_start()
79 struct gomp_thread local_thr; in gomp_thread_start()
147 struct gomp_thread *thr = gomp_thread (); in get_last_team()
230 struct gomp_thread *thr = gomp_thread (); in gomp_free_pool_helper()
255 struct gomp_thread *thr = gomp_thread (); in gomp_free_thread()
264 struct gomp_thread *nthr = pool->threads[i]; in gomp_free_thread()
312 struct gomp_thread *thr, *nthr; in gomp_team_start()
323 struct gomp_thread **affinity_thr = NULL; in gomp_team_start()
326 thr = gomp_thread (); in gomp_team_start()
[all …]
H A Dsections.c50 struct gomp_thread *thr = gomp_thread (); in ialias_redirect()
75 struct gomp_thread *thr = gomp_thread (); in GOMP_sections_start()
104 struct gomp_thread *thr = gomp_thread (); in GOMP_sections2_start()
195 struct gomp_thread *thr = gomp_thread (); in GOMP_sections_next()
H A Diter.c41 struct gomp_thread *thr = gomp_thread (); in gomp_iter_static_next()
150 struct gomp_thread *thr = gomp_thread (); in gomp_iter_dynamic_next_locked()
186 struct gomp_thread *thr = gomp_thread (); in gomp_iter_dynamic_next()
263 struct gomp_thread *thr = gomp_thread (); in gomp_iter_guided_next_locked()
297 struct gomp_thread *thr = gomp_thread (); in gomp_iter_guided_next()
H A Diter_ull.c42 struct gomp_thread *thr = gomp_thread (); in gomp_iter_ull_static_next()
152 struct gomp_thread *thr = gomp_thread (); in gomp_iter_ull_dynamic_next_locked()
188 struct gomp_thread *thr = gomp_thread (); in gomp_iter_ull_dynamic_next()
264 struct gomp_thread *thr = gomp_thread (); in gomp_iter_ull_guided_next_locked()
301 struct gomp_thread *thr = gomp_thread (); in gomp_iter_ull_guided_next()
H A Dicv.c165 struct gomp_thread *thr = gomp_thread (); in omp_get_place_num()
178 struct gomp_thread *thr = gomp_thread (); in omp_get_partition_num_places()
191 struct gomp_thread *thr = gomp_thread (); in omp_get_partition_place_nums()
H A Dbarrier.c34 struct gomp_thread *thr = gomp_thread (); in GOMP_barrier()
47 struct gomp_thread *thr = gomp_thread (); in GOMP_barrier_cancel()

123