Home
last modified time | relevance | path

Searched refs:gomp_max_active_levels_var (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dicv.c119 gomp_max_active_levels_var = max_levels; in omp_set_max_active_levels()
125 return gomp_max_active_levels_var; in omp_get_max_active_levels()
H A Denv.c76 unsigned long gomp_max_active_levels_var = INT_MAX; variable
1267 gomp_max_active_levels_var); in handle_omp_display_env()
1313 parse_unsigned_long ("OMP_MAX_ACTIVE_LEVELS", &gomp_max_active_levels_var, in initialize_env()
H A Dparallel.c53 else if (thr->ts.active_level >= gomp_max_active_levels_var) in gomp_resolve_num_threads()
H A Dlibgomp.h438 extern unsigned long gomp_max_active_levels_var;
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog3088 (gomp_max_active_levels_var): Remove.
3100 of gomp_max_active_levels_var.
3105 (gomp_max_active_levels_var): Delete.
3114 field instead of gomp_max_active_levels_var.
3339 * env.c (gomp_max_active_levels_var): Initialize to
3341 (initialize_env): Limit gomp_max_active_levels_var to be at most
3345 * icv.c (omp_set_max_active_levels): Limit gomp_max_active_levels_var
14746 (omp_set_max_active_levels): Set gomp_max_active_levels_var even
15355 (gomp_thread_limit_var, gomp_max_active_levels_var): New.
15502 gomp_available_cpus, gomp_managed_threads, gomp_max_active_levels_var,