| /src/external/mit/libuv/dist/src/unix/ |
| qnx.c | 122 int num_cpus = _syspage_ptr->num_cpu; local 125 *count = num_cpus; 126 *cpu_infos = uv__malloc(num_cpus * sizeof(**cpu_infos)); 130 for (i = 0; i < num_cpus; i++) {
|
| /src/external/bsd/top/dist/machine/ |
| m_svr4.c | 293 static int num_cpus; local 303 if (read(fd_cpu, &num_cpus, sizeof(int)) != sizeof(int)) { 310 mpinfo = (struct sysinfo *)calloc(num_cpus, sizeof(mpinfo[0])); 317 read_sysinfos(num_cpus, mpinfo); 319 sysinfo_data(num_cpus, &sysinfo, mpinfo); 705 read_sysinfos(num_cpus, buf) 706 int num_cpus; 721 read_sz = num_cpus * sizeof(buf[0]); 731 sysinfo_data(num_cpus, global_si, percpu_si) 732 int num_cpus; [all...] |
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/ |
| benchmark.h | 1283 int num_cpus; member in struct:benchmark::CPUInfo
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| sysctl.h | 451 * - a NULL 'cputopo' handle is a request for maximun 'num_cpus'. 455 * - If 'num_cpus' is less than the number Xen wants to write but the handle 456 * handle is not a NULL one, partial data gets returned and 'num_cpus' gets 458 * - Otherwise, 'num_cpus' shall indicate the number of entries written, which 462 uint32_t num_cpus; member in struct:xen_sysctl_cputopoinfo
|