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

/haiku-buildtools/gcc/libgomp/
H A Denv.c927 unsigned long cpu_beg, cpu_end, cpu_stride; local
954 cpu_beg = strtoul (env, &end, 0);
955 if (errno || cpu_beg >= 65536)
957 cpu_end = cpu_beg;
965 if (errno || cpu_end >= 65536 || cpu_end < cpu_beg)
980 needed = (cpu_end - cpu_beg) / cpu_stride + 1;
989 if (gomp_affinity_add_cpus (p, cpu_beg, 1, 0, true))
991 cpu_beg += cpu_stride;

Completed in 32 milliseconds