Home
last modified time | relevance | path

Searched defs: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() local
232 struct gomp_team *team = thr->ts.team; in gomp_work_share_end() local
265 struct gomp_team *team = thr->ts.team; in gomp_work_share_end_cancel() local
291 struct gomp_team *team = thr->ts.team; in gomp_work_share_end_nowait() local
Dbarrier.c35 struct gomp_team *team = thr->ts.team; in GOMP_barrier() local
48 struct gomp_team *team = thr->ts.team; in GOMP_barrier_cancel() local
Dtask.c356 struct gomp_team *team = thr->ts.team; in GOMP_task() local
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() local
722 struct gomp_team *team = thr->ts.team; in gomp_create_target_task() local
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() local
1514 struct gomp_team *team = thr->ts.team; in GOMP_taskwait() local
1679 struct gomp_team *team = thr->ts.team; in GOMP_taskwait_depend() local
[all …]
Dordered.c42 struct gomp_team *team = thr->ts.team; in gomp_ordered_first() local
73 struct gomp_team *team = thr->ts.team; in gomp_ordered_last() local
108 struct gomp_team *team = thr->ts.team; in gomp_ordered_next() local
156 struct gomp_team *team = thr->ts.team; in gomp_ordered_static_init() local
174 struct gomp_team *team = thr->ts.team; in gomp_ordered_static_next() local
198 struct gomp_team *team = thr->ts.team; in gomp_ordered_sync() local
266 struct gomp_team *team = thr->ts.team; in gomp_doacross_init() local
516 struct gomp_team *team = thr->ts.team; in gomp_doacross_ull_init() local
Dsingle.c40 struct gomp_team *team = thr->ts.team; in GOMP_single_start() local
96 struct gomp_team *team = thr->ts.team; in GOMP_single_copy_end() local
Dparallel.c144 struct gomp_team *team = thr->ts.team; in GOMP_parallel_end() local
206 struct gomp_team *team = thr->ts.team; in GOMP_cancellation_point() local
244 struct gomp_team *team = thr->ts.team; in ialias() local
279 struct gomp_team *team = gomp_thread ()->ts.team; in omp_get_num_threads() local
Dsections.c51 struct gomp_team *team = thr->ts.team; in ialias_redirect() local
218 struct gomp_team *team; in GOMP_parallel_sections_start() local
232 struct gomp_team *team; in ialias_redirect() local
Dteam.c109 struct gomp_team *team = thr->ts.team; in gomp_thread_start() local
126 struct gomp_team *team = thr->ts.team; in gomp_thread_start() local
172 struct gomp_team *team; in gomp_new_team() local
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() local
Diter_ull.c43 struct gomp_team *team = thr->ts.team; in gomp_iter_ull_static_next() local
266 struct gomp_team *team = thr->ts.team; in gomp_iter_ull_guided_next_locked() local
303 struct gomp_team *team = thr->ts.team; in gomp_iter_ull_guided_next() local
Diter.c42 struct gomp_team *team = thr->ts.team; in gomp_iter_static_next() local
265 struct gomp_team *team = thr->ts.team; in gomp_iter_guided_next_locked() local
299 struct gomp_team *team = thr->ts.team; in gomp_iter_guided_next() local
Dtaskloop.c40 struct gomp_team *team = thr->ts.team; in GOMP_taskloop() local
Dtarget.c2640 struct gomp_team *team = gomp_new_team (1); in GOMP_target_ext() local
2883 struct gomp_team *team = thr->ts.team; in GOMP_target_update_ext() local
2912 struct gomp_team *team = thr->ts.team; in GOMP_target_update_ext() local
3076 struct gomp_team *team = thr->ts.team; in GOMP_target_enter_exit_data() local
3105 struct gomp_team *team = thr->ts.team; in GOMP_target_enter_exit_data() local
Dloop.c59 struct gomp_team *team = thr->ts.team; in ialias_redirect() local
795 struct gomp_team *team; in gomp_parallel_loop_start() local
Dloop_ull.c62 struct gomp_team *team = thr->ts.team; in gomp_loop_ull_init() local
Dlibgomp.h410 struct gomp_team *team; member
656 struct gomp_team *team; member
/netbsd/src/external/gpl3/gcc/dist/libgomp/config/linux/
Dbar.c89 struct gomp_team *team = thr->ts.team; in gomp_team_barrier_wait_end() local
153 struct gomp_team *team = thr->ts.team; in gomp_team_barrier_wait_cancel_end() local
200 gomp_team_barrier_cancel (struct gomp_team *team) in gomp_team_barrier_cancel()
/netbsd/src/external/gpl3/gcc/dist/libgomp/config/posix/
Dbar.c123 struct gomp_team *team = thr->ts.team; in gomp_team_barrier_wait_end() local
185 struct gomp_team *team = thr->ts.team; in gomp_team_barrier_wait_cancel_end() local
272 gomp_team_barrier_cancel (struct gomp_team *team) in gomp_team_barrier_cancel()
/netbsd/src/games/hunt/huntd/
Danswer.c64 static char team; in answer() local
401 get_ident(uint32_t machine, uint32_t uid, const char *name, char team) in get_ident()
/netbsd/src/games/hunt/hunt/
Dconnect.c47 do_connect(const char *name, size_t namelen, char team, int enter_status) in do_connect()
Dhunt.c95 static char team = ' '; variable