Searched refs:gomp_team (Results 1 – 20 of 20) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | work.c | 39 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()
|
| D | barrier.c | 35 struct gomp_team *team = thr->ts.team; in GOMP_barrier() 48 struct gomp_team *team = thr->ts.team; in GOMP_barrier_cancel()
|
| D | parallel.c | 144 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()
|
| D | ordered.c | 42 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()
|
| D | single.c | 40 struct gomp_team *team = thr->ts.team; in GOMP_single_start() 96 struct gomp_team *team = thr->ts.team; in GOMP_single_copy_end()
|
| D | sections.c | 51 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()
|
| D | team.c | 109 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()
|
| D | task.c | 356 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 …]
|
| D | libgomp.h | 410 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 *,
|
| D | iter.c | 42 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()
|
| D | iter_ull.c | 43 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()
|
| D | taskloop.c | 40 struct gomp_team *team = thr->ts.team; in GOMP_taskloop()
|
| D | loop.c | 59 struct gomp_team *team = thr->ts.team; in ialias_redirect() 795 struct gomp_team *team; in gomp_parallel_loop_start()
|
| D | target.c | 2640 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()
|
| D | loop_ull.c | 62 struct gomp_team *team = thr->ts.team; in gomp_loop_ull_init()
|
| D | ChangeLog | 2815 (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/ |
| D | bar.c | 89 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()
|
| D | bar.h | 85 struct gomp_team; 86 extern void gomp_team_barrier_cancel (struct gomp_team *);
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/config/posix/ |
| D | bar.h | 74 struct gomp_team; 75 extern void gomp_team_barrier_cancel (struct gomp_team *);
|
| D | bar.c | 123 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()
|