Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/bsd/
H A Dproc.c45 get_num_procs (void) in get_num_procs() function
65 int ncpus = get_num_procs (); in gomp_init_num_threads()
84 n_onln = get_num_procs (); in gomp_dynamic_max_threads()
109 int ncpus = get_num_procs (); in omp_get_num_procs()
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/bsd/
H A Dproc.c45 get_num_procs (void) in get_num_procs() function
65 int ncpus = get_num_procs (); in gomp_init_num_threads()
84 n_onln = get_num_procs (); in gomp_dynamic_max_threads()
109 int ncpus = get_num_procs (); in omp_get_num_procs()
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/linux/
H A Dproc.c148 get_num_procs (void) in get_num_procs() function
192 n_onln = get_num_procs (); in gomp_dynamic_max_threads()
217 return get_num_procs (); in omp_get_num_procs()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/linux/
H A Dproc.c148 get_num_procs (void) in get_num_procs() function
192 n_onln = get_num_procs (); in gomp_dynamic_max_threads()
217 return get_num_procs (); in omp_get_num_procs()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog13778 (get_num_procs): Don't call pthread_getaffinity_np if gomp_cpusetp
14340 (get_num_procs): Ditto.
14723 * config/linux/proc.c (get_num_procs): If gomp_cpu_affinity is
15635 (get_num_procs, gomp_dynamic_max_threads): Use gomp_icv.