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

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/linux/
H A Dproc.h34 extern unsigned long gomp_cpuset_popcount (unsigned long, cpu_set_t *)
H A Dproc.c49 gomp_cpuset_popcount (unsigned long cpusetsize, cpu_set_t *cpusetp) function
100 = gomp_cpuset_popcount (gomp_cpuset_size, gomp_cpusetp);
158 int ret = gomp_cpuset_popcount (gomp_get_cpuset_size, gomp_cpusetp);
H A Daffinity.c198 nonempty = gomp_cpuset_popcount (gomp_cpuset_size, cpusetp) != 0;
316 = gomp_cpuset_popcount (gomp_cpuset_size, gomp_cpusetp);
376 return gomp_cpuset_popcount (gomp_cpuset_size, cpusetp);
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/linux/
H A Dproc.h34 extern unsigned long gomp_cpuset_popcount (unsigned long, cpu_set_t *)
H A Dproc.c49 gomp_cpuset_popcount (unsigned long cpusetsize, cpu_set_t *cpusetp) function
100 = gomp_cpuset_popcount (gomp_cpuset_size, gomp_cpusetp);
158 int ret = gomp_cpuset_popcount (gomp_get_cpuset_size, gomp_cpusetp);
H A Daffinity.c198 nonempty = gomp_cpuset_popcount (gomp_cpuset_size, cpusetp) != 0;
476 = gomp_cpuset_popcount (gomp_cpuset_size, gomp_cpusetp);
540 return gomp_cpuset_popcount (gomp_cpuset_size, cpusetp);

Completed in 132 milliseconds