#include <libgomp.h>
Data Fields | |
unsigned long | nthreads_var |
enum gomp_schedule_type | run_sched_var |
int | run_sched_modifier |
bool | dyn_var |
bool | nest_var |
Definition at line 211 of file libgomp.h.
Definition at line 216 of file libgomp.h.
Referenced by __attribute__(), gomp_resolve_num_threads(), omp_get_dynamic(), and omp_set_dynamic().
Definition at line 217 of file libgomp.h.
Referenced by __attribute__(), gomp_resolve_num_threads(), omp_get_nested(), and omp_set_nested().
unsigned long gomp_task_icv::nthreads_var |
Definition at line 213 of file libgomp.h.
Referenced by __attribute__(), get_num_procs(), gomp_dynamic_max_threads(), gomp_init_num_threads(), gomp_resolve_num_threads(), omp_get_max_threads(), omp_get_num_procs(), and omp_set_num_threads().
Definition at line 215 of file libgomp.h.
Referenced by GOMP_loop_ordered_runtime_start(), GOMP_loop_runtime_start(), GOMP_loop_ull_ordered_runtime_start(), GOMP_loop_ull_runtime_start(), GOMP_parallel_loop_runtime_start(), omp_get_schedule(), omp_set_schedule(), and parse_schedule().
Definition at line 214 of file libgomp.h.
Referenced by GOMP_loop_ordered_runtime_start(), GOMP_loop_runtime_start(), GOMP_loop_ull_ordered_runtime_start(), GOMP_loop_ull_runtime_start(), GOMP_parallel_loop_runtime_start(), omp_get_schedule(), omp_set_schedule(), and parse_schedule().