Home
last modified time | relevance | path

Searched refs:gomp_team (Results 1 – 20 of 20) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dwork.c39 alloc_work_share (struct gomp_team *team) in alloc_work_share()
155 free_work_share (struct gomp_team *team, struct gomp_work_share *ws) in free_work_share()
190 struct gomp_team *team = thr->ts.team; in gomp_work_share_start()
232 struct gomp_team *team = thr->ts.team; in gomp_work_share_end()
265 struct gomp_team *team = thr->ts.team; in gomp_work_share_end_cancel()
291 struct gomp_team *team = thr->ts.team; in gomp_work_share_end_nowait()
Dbarrier.c35 struct gomp_team *team = thr->ts.team; in GOMP_barrier()
48 struct gomp_team *team = thr->ts.team; in GOMP_barrier_cancel()
Dparallel.c144 struct gomp_team *team = thr->ts.team; in GOMP_parallel_end()
206 struct gomp_team *team = thr->ts.team; in GOMP_cancellation_point()
244 struct gomp_team *team = thr->ts.team; in ialias()
279 struct gomp_team *team = gomp_thread ()->ts.team; in omp_get_num_threads()
Dordered.c42 struct gomp_team *team = thr->ts.team; in gomp_ordered_first()
73 struct gomp_team *team = thr->ts.team; in gomp_ordered_last()
108 struct gomp_team *team = thr->ts.team; in gomp_ordered_next()
156 struct gomp_team *team = thr->ts.team; in gomp_ordered_static_init()
174 struct gomp_team *team = thr->ts.team; in gomp_ordered_static_next()
198 struct gomp_team *team = thr->ts.team; in gomp_ordered_sync()
266 struct gomp_team *team = thr->ts.team; in gomp_doacross_init()
516 struct gomp_team *team = thr->ts.team; in gomp_doacross_ull_init()
Dsingle.c40 struct gomp_team *team = thr->ts.team; in GOMP_single_start()
96 struct gomp_team *team = thr->ts.team; in GOMP_single_copy_end()
Dsections.c51 struct gomp_team *team = thr->ts.team; in ialias_redirect()
218 struct gomp_team *team; in GOMP_parallel_sections_start()
232 struct gomp_team *team; in ialias_redirect()
Dteam.c109 struct gomp_team *team = thr->ts.team; in gomp_thread_start()
126 struct gomp_team *team = thr->ts.team; in gomp_thread_start()
150 static inline struct gomp_team *
157 struct gomp_team *last_team = pool->last_team; in get_last_team()
169 struct gomp_team *
172 struct gomp_team *team; in gomp_new_team()
181 team = gomp_aligned_alloc (__alignof (struct gomp_team), in gomp_new_team()
229 free_team (struct gomp_team *team) in free_team()
321 unsigned flags, struct gomp_team *team, in gomp_team_start()
950 struct gomp_team *team = thr->ts.team; in gomp_team_end()
Dtask.c356 struct gomp_team *team = thr->ts.team; in GOMP_task()
636 gomp_target_task_completion (struct gomp_team *team, struct gomp_task *task) in gomp_target_task_completion()
696 struct gomp_team *team = ttask->team; in GOMP_PLUGIN_target_task_completion()
722 struct gomp_team *team = thr->ts.team; in gomp_create_target_task()
1123 struct gomp_team *team) in gomp_task_run_pre()
1210 struct gomp_team *team) in gomp_task_run_post_handle_dependers()
1286 struct gomp_team *team) in gomp_task_run_post_handle_depend()
1368 struct gomp_team *team = thr->ts.team; in gomp_barrier_handle_tasks()
1514 struct gomp_team *team = thr->ts.team; in GOMP_taskwait()
1679 struct gomp_team *team = thr->ts.team; in GOMP_taskwait_depend()
[all …]
Dlibgomp.h410 struct gomp_team *team;
589 struct gomp_team *detach_team;
656 struct gomp_team *team;
666 struct gomp_team struct
807 struct gomp_team *last_team;
1002 extern struct gomp_team *gomp_new_team (unsigned);
1004 unsigned, struct gomp_team *,
Diter.c42 struct gomp_team *team = thr->ts.team; in gomp_iter_static_next()
265 struct gomp_team *team = thr->ts.team; in gomp_iter_guided_next_locked()
299 struct gomp_team *team = thr->ts.team; in gomp_iter_guided_next()
Diter_ull.c43 struct gomp_team *team = thr->ts.team; in gomp_iter_ull_static_next()
266 struct gomp_team *team = thr->ts.team; in gomp_iter_ull_guided_next_locked()
303 struct gomp_team *team = thr->ts.team; in gomp_iter_ull_guided_next()
Dtaskloop.c40 struct gomp_team *team = thr->ts.team; in GOMP_taskloop()
Dloop.c59 struct gomp_team *team = thr->ts.team; in ialias_redirect()
795 struct gomp_team *team; in gomp_parallel_loop_start()
Dtarget.c2640 struct gomp_team *team = gomp_new_team (1); in GOMP_target_ext()
2883 struct gomp_team *team = thr->ts.team; in GOMP_target_update_ext()
2912 struct gomp_team *team = thr->ts.team; in GOMP_target_update_ext()
3076 struct gomp_team *team = thr->ts.team; in GOMP_target_enter_exit_data()
3105 struct gomp_team *team = thr->ts.team; in GOMP_target_enter_exit_data()
Dloop_ull.c62 struct gomp_team *team = thr->ts.team; in gomp_loop_ull_init()
DChangeLog2815 (struct gomp_team): Remove task_detach_queue.
2952 (struct gomp_team): Add task_detach_queue and task_detach_count
10554 (struct gomp_team): Change task_queue type to a priority queue.
10986 (struct gomp_team): Add comment.
13679 (struct gomp_team): Add work_shares_to_free, work_share_cancelled,
15304 (struct gomp_team): Add task_lock, task_queue, task_count,
16926 (struct gomp_team): Add barrier. Replace master_barrier with
16937 (new_team, free_team): Update for gomp_team changes.
/netbsd/src/external/gpl3/gcc/dist/libgomp/config/linux/
Dbar.c89 struct gomp_team *team = thr->ts.team; in gomp_team_barrier_wait_end()
153 struct gomp_team *team = thr->ts.team; in gomp_team_barrier_wait_cancel_end()
200 gomp_team_barrier_cancel (struct gomp_team *team) in gomp_team_barrier_cancel()
Dbar.h85 struct gomp_team;
86 extern void gomp_team_barrier_cancel (struct gomp_team *);
/netbsd/src/external/gpl3/gcc/dist/libgomp/config/posix/
Dbar.h74 struct gomp_team;
75 extern void gomp_team_barrier_cancel (struct gomp_team *);
Dbar.c123 struct gomp_team *team = thr->ts.team; in gomp_team_barrier_wait_end()
185 struct gomp_team *team = thr->ts.team; in gomp_team_barrier_wait_cancel_end()
272 gomp_team_barrier_cancel (struct gomp_team *team) in gomp_team_barrier_cancel()