#include <libgomp.h>
Collaboration diagram for gomp_thread_pool:
Data Fields | |
gomp_thread ** | threads |
unsigned | threads_size |
unsigned | threads_used |
gomp_team * | last_team |
gomp_barrier_t | threads_dock |
Definition at line 345 of file libgomp.h.
struct gomp_team* gomp_thread_pool::last_team |
Definition at line 352 of file libgomp.h.
Referenced by gomp_free_thread(), gomp_new_thread_pool(), and gomp_team_end().
struct gomp_thread** gomp_thread_pool::threads |
Definition at line 349 of file libgomp.h.
Referenced by gomp_free_thread(), gomp_new_thread_pool(), gomp_team_start(), and ompc_team_end().
Definition at line 355 of file libgomp.h.
Referenced by gomp_free_pool_helper(), gomp_free_thread(), gomp_team_start(), and ompc_team_end().
unsigned gomp_thread_pool::threads_size |
Definition at line 350 of file libgomp.h.
Referenced by gomp_new_thread_pool(), and gomp_team_start().
unsigned gomp_thread_pool::threads_used |
Definition at line 351 of file libgomp.h.
Referenced by gomp_free_thread(), gomp_new_thread_pool(), and gomp_team_start().