Home
last modified time | relevance | path

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

12

/dflybsd-src/contrib/gcc-4.7/libgomp/
H A Dloop.c53 struct gomp_thread *thr = gomp_thread (); in gomp_loop_init()
100 struct gomp_thread *thr = gomp_thread (); in gomp_loop_static_start()
117 struct gomp_thread *thr = gomp_thread (); in gomp_loop_dynamic_start()
142 struct gomp_thread *thr = gomp_thread (); in gomp_loop_guided_start()
195 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_static_start()
213 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_dynamic_start()
238 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_guided_start()
312 struct gomp_thread *thr = gomp_thread (); in gomp_loop_dynamic_next()
329 struct gomp_thread *thr = gomp_thread (); in gomp_loop_guided_next()
341 struct gomp_thread *thr = gomp_thread (); in GOMP_loop_runtime_next()
[all …]
H A Dloop_ull.c56 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_init()
103 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_static_start()
121 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_dynamic_start()
147 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_guided_start()
205 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_ordered_static_start()
224 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_ordered_dynamic_start()
250 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_ordered_guided_start()
325 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_dynamic_next()
342 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_guided_next()
354 struct gomp_thread *thr = gomp_thread (); in GOMP_loop_ull_runtime_next()
[all …]
H A Dparallel.c40 struct gomp_thread *thread = gomp_thread(); in gomp_resolve_num_threads()
116 struct gomp_thread *thr = gomp_thread (); in GOMP_parallel_end()
139 struct gomp_team *team = gomp_thread ()->ts.team; in omp_get_num_threads()
146 return gomp_thread ()->ts.team_id; in omp_get_thread_num()
156 return gomp_thread ()->ts.active_level > 0; in omp_in_parallel()
162 return gomp_thread ()->ts.level; in omp_get_level()
168 struct gomp_team_state *ts = &gomp_thread ()->ts; in omp_get_ancestor_thread_num()
179 struct gomp_team_state *ts = &gomp_thread ()->ts; in omp_get_team_size()
193 return gomp_thread ()->ts.active_level; in omp_get_active_level()
H A Dordered.c37 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_first()
68 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_last()
103 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_next()
151 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_static_init()
169 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_static_next()
193 struct gomp_thread *thr = gomp_thread (); in gomp_ordered_sync()
H A Dsingle.c38 struct gomp_thread *thr = gomp_thread (); in GOMP_single_start()
65 struct gomp_thread *thr = gomp_thread (); in GOMP_single_copy_start()
94 struct gomp_thread *thr = gomp_thread (); in GOMP_single_copy_end()
H A Dlibgomp.h338 struct gomp_thread struct
363 struct gomp_thread **threads; argument
375 extern __thread struct gomp_thread gomp_tls_data;
376 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
382 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
394 struct gomp_task *task = gomp_thread ()->task; in gomp_icv()
511 struct gomp_thread *thr = gomp_thread (); in gomp_work_share_init_done()
H A Dsections.c46 struct gomp_thread *thr = gomp_thread (); in gomp_sections_init()
71 struct gomp_thread *thr = gomp_thread (); in GOMP_sections_start()
117 struct gomp_thread *thr = gomp_thread (); in GOMP_sections_next()
H A Diter.c40 struct gomp_thread *thr = gomp_thread (); in gomp_iter_static_next()
149 struct gomp_thread *thr = gomp_thread (); in gomp_iter_dynamic_next_locked()
185 struct gomp_thread *thr = gomp_thread (); in gomp_iter_dynamic_next()
262 struct gomp_thread *thr = gomp_thread (); in gomp_iter_guided_next_locked()
296 struct gomp_thread *thr = gomp_thread (); in gomp_iter_guided_next()
H A Dteam.c42 __thread struct gomp_thread gomp_tls_data;
68 struct gomp_thread *thr; in gomp_thread_start()
76 struct gomp_thread local_thr; in gomp_thread_start()
206 gomp_sem_destroy (&gomp_thread ()->release); in gomp_free_pool_helper()
215 struct gomp_thread *thr = gomp_thread (); in gomp_free_thread()
224 struct gomp_thread *nthr = pool->threads[i]; in gomp_free_thread()
266 struct gomp_thread *thr, *nthr; in gomp_team_start()
275 thr = gomp_thread (); in gomp_team_start()
478 struct gomp_thread *thr = gomp_thread (); in gomp_team_end()
536 struct gomp_thread *thr; in initialize_team()
[all …]
H A Diter_ull.c41 struct gomp_thread *thr = gomp_thread (); in gomp_iter_ull_static_next()
151 struct gomp_thread *thr = gomp_thread (); in gomp_iter_ull_dynamic_next_locked()
187 struct gomp_thread *thr = gomp_thread (); in gomp_iter_ull_dynamic_next()
263 struct gomp_thread *thr = gomp_thread (); in gomp_iter_ull_guided_next_locked()
300 struct gomp_thread *thr = gomp_thread (); in gomp_iter_ull_guided_next()
H A Dtask.c54 struct gomp_thread *thr = gomp_thread (); in gomp_end_task()
83 struct gomp_thread *thr = gomp_thread (); in GOMP_task()
200 struct gomp_thread *thr = gomp_thread (); in gomp_barrier_handle_tasks()
302 struct gomp_thread *thr = gomp_thread (); in GOMP_taskwait()
404 struct gomp_thread *thr = gomp_thread (); in omp_in_final()
H A Dwork.c170 struct gomp_thread *thr = gomp_thread (); in gomp_work_share_start()
207 struct gomp_thread *thr = gomp_thread (); in gomp_work_share_end()
237 struct gomp_thread *thr = gomp_thread (); in gomp_work_share_end_nowait()
/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Dparallel.c41 struct gomp_thread *thr = gomp_thread (); in gomp_resolve_num_threads()
135 struct gomp_thread *thr = gomp_thread (); in GOMP_parallel_end()
178 struct gomp_thread *thr = gomp_thread (); in GOMP_cancellation_point()
209 struct gomp_thread *thr = gomp_thread (); in ialias()
239 struct gomp_team *team = gomp_thread ()->ts.team; in omp_get_num_threads()
246 return gomp_thread ()->ts.team_id; in omp_get_thread_num()
256 return gomp_thread ()->ts.active_level > 0; in omp_in_parallel()
262 return gomp_thread ()->ts.level; in omp_get_level()
268 struct gomp_team_state *ts = &gomp_thread ()->ts; in omp_get_ancestor_thread_num()
279 struct gomp_team_state *ts = &gomp_thread ()->ts; in omp_get_team_size()
[all …]
H A Dloop_ull.c57 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_init()
104 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_static_start()
122 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_dynamic_start()
148 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_guided_start()
206 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_ordered_static_start()
225 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_ordered_dynamic_start()
251 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_ordered_guided_start()
313 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_doacross_static_start()
332 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_doacross_dynamic_start()
359 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ull_doacross_guided_start()
[all …]
H A Dloop.c54 struct gomp_thread *thr = gomp_thread (); in gomp_loop_init()
101 struct gomp_thread *thr = gomp_thread (); in gomp_loop_static_start()
123 struct gomp_thread *thr = gomp_thread (); in gomp_loop_dynamic_start()
151 struct gomp_thread *thr = gomp_thread (); in gomp_loop_guided_start()
207 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_static_start()
225 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_dynamic_start()
250 struct gomp_thread *thr = gomp_thread (); in gomp_loop_ordered_guided_start()
310 struct gomp_thread *thr = gomp_thread (); in gomp_loop_doacross_static_start()
328 struct gomp_thread *thr = gomp_thread (); in gomp_loop_doacross_dynamic_start()
354 struct gomp_thread *thr = gomp_thread (); in gomp_loop_doacross_guided_start()
[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()
264 struct gomp_thread *thr = gomp_thread (); in gomp_doacross_init()
357 struct gomp_thread *thr = gomp_thread (); in GOMP_doacross_post()
407 struct gomp_thread *thr = gomp_thread (); in GOMP_doacross_wait()
493 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 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 Dteam.c44 __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()
143 struct gomp_thread *thr = gomp_thread (); in get_last_team()
226 struct gomp_thread *thr = gomp_thread (); in gomp_free_pool_helper()
247 struct gomp_thread *thr = gomp_thread (); in gomp_free_thread()
256 struct gomp_thread *nthr = pool->threads[i]; in gomp_free_thread()
303 struct gomp_thread *thr, *nthr; in gomp_team_start()
314 struct gomp_thread **affinity_thr = NULL; in gomp_team_start()
316 thr = gomp_thread (); in gomp_team_start()
[all …]
H A Dsections.c47 struct gomp_thread *thr = gomp_thread (); in gomp_sections_init()
72 struct gomp_thread *thr = gomp_thread (); in GOMP_sections_start()
118 struct gomp_thread *thr = gomp_thread (); in GOMP_sections_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()
H A Dwork.c171 struct gomp_thread *thr = gomp_thread (); in gomp_work_share_start()
208 struct gomp_thread *thr = gomp_thread (); in gomp_work_share_end()
241 struct gomp_thread *thr = gomp_thread (); in gomp_work_share_end_cancel()
267 struct gomp_thread *thr = gomp_thread (); in gomp_work_share_end_nowait()
H A Dlibgomp.h594 struct gomp_thread struct
623 struct gomp_thread **threads; argument
650 extern struct gomp_thread *nvptx_thrs __attribute__((shared));
651 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
658 extern __thread struct gomp_thread gomp_tls_data;
659 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
665 static inline struct gomp_thread *gomp_thread (void) in gomp_thread() function
677 struct gomp_task *task = gomp_thread ()->task; in gomp_icv()
1015 struct gomp_thread *thr = gomp_thread (); in gomp_work_share_init_done()

12