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

/freebsd-10.0-release/contrib/xz/src/common/
H A Dtuklib_cpucores.c39 size_t cpus_size = sizeof(cpus); local
40 if (sysctl(name, 2, &cpus, &cpus_size, NULL, 0) != -1
41 && cpus_size == sizeof(cpus) && cpus > 0)

Completed in 35 milliseconds