Searched refs:gomp_max_active_levels_var (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libgomp/
H A Denv.c69 unsigned long gomp_max_active_levels_var = INT_MAX; variable
1154 gomp_max_active_levels_var);
1192 parse_unsigned_long ("OMP_MAX_ACTIVE_LEVELS", &gomp_max_active_levels_var,
1391 gomp_max_active_levels_var = max_levels;
1397 return gomp_max_active_levels_var;
H A Dparallel.c53 else if (thr->ts.active_level >= gomp_max_active_levels_var)
H A Dlibgomp.h251 extern unsigned long gomp_max_active_levels_var;

Completed in 102 milliseconds