#include <libgomp.h>
Collaboration diagram for gomp_team:
Definition at line 261 of file libgomp.h.
Definition at line 306 of file libgomp.h.
Referenced by free_team(), GOMP_barrier(), gomp_barrier_handle_tasks(), gomp_barrier_wait(), GOMP_single_copy_end(), GOMP_task(), GOMP_taskwait(), gomp_team_barrier_wait(), gomp_team_end(), gomp_work_share_end(), and ompc_team_end().
struct gomp_task gomp_team::implicit_task[] |
unsigned gomp_team::nthreads |
Definition at line 264 of file libgomp.h.
Referenced by gomp_iter_guided_next_locked(), gomp_iter_static_next(), gomp_iter_ull_guided_next_locked(), gomp_iter_ull_static_next(), gomp_loop_init(), gomp_loop_ull_init(), gomp_ordered_first(), gomp_ordered_last(), gomp_ordered_next(), gomp_ordered_static_init(), gomp_ordered_static_next(), gomp_ordered_sync(), GOMP_parallel_end(), gomp_sections_init(), GOMP_task(), gomp_team_end(), gomp_work_share_end_nowait(), gomp_work_share_start(), omp_get_num_threads(), and omp_get_team_size().
Definition at line 281 of file libgomp.h.
Referenced by gomp_new_team(), gomp_ordered_first(), gomp_ordered_last(), gomp_ordered_next(), gomp_ordered_static_init(), gomp_ordered_static_next(), gomp_ordered_sync(), and gomp_team_start().
Definition at line 272 of file libgomp.h.
Referenced by gomp_team_end(), gomp_team_start(), omp_get_ancestor_thread_num(), and omp_get_team_size().
Definition at line 314 of file libgomp.h.
Referenced by gomp_barrier_handle_tasks(), GOMP_task(), GOMP_taskwait(), and gomp_team_barrier_wait_end().
Definition at line 312 of file libgomp.h.
Referenced by free_team(), gomp_barrier_handle_tasks(), GOMP_task(), and GOMP_taskwait().
struct gomp_task* gomp_team::task_queue |
Definition at line 313 of file libgomp.h.
Referenced by gomp_barrier_handle_tasks(), GOMP_task(), and GOMP_taskwait().
Definition at line 315 of file libgomp.h.
Referenced by gomp_barrier_handle_tasks(), GOMP_task(), and GOMP_taskwait().
unsigned gomp_team::work_share_chunk |
Definition at line 302 of file libgomp.h.
Referenced by alloc_work_share(), free_work_share(), and gomp_team_end().
struct gomp_work_share gomp_team::work_shares[8] |
Definition at line 310 of file libgomp.h.
Referenced by alloc_work_share(), gomp_parallel_loop_start(), GOMP_parallel_sections_start(), gomp_team_end(), and gomp_team_start().