HomeSort by relevance Sort by last modified time
    Searched refs:max_cpu_id (Results 1 - 3 of 3) sorted by null

  /external/valgrind/include/vki/
vki-xen-sysctl.h 133 vki_uint32_t max_cpu_id; /* Largest possible CPU ID on this host */ member in struct:vki_xen_sysctl_physinfo_00000008
149 vki_uint32_t max_cpu_id; /* Largest possible CPU ID on this host */ member in struct:vki_xen_sysctl_physinfo_0000000a
  /external/google-benchmark/src/
sysinfo.cc 137 long max_cpu_id = 0; local
186 if (id_str[1] != '\0' && *err == '\0' && max_cpu_id < cpu_id)
187 max_cpu_id = cpu_id;
206 if ((max_cpu_id + 1) != num_cpus) {
  /external/valgrind/coregrind/m_syswrap/
syswrap-xen.c     [all...]

Completed in 313 milliseconds