HomeSort by relevance Sort by last modified time
    Searched defs:num_cpus (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.h 55 uint32_t num_cpus; /* Number of CPUs. */ member in struct:radeon_drm_winsys
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.h 55 uint32_t num_cpus; /* Number of CPUs. */ member in struct:radeon_drm_winsys
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11image.c 151 static int num_cpus = 0; local
153 if(!num_cpus) {
160 ++num_cpus;
166 num_cpus = sysconf(_SC_NPROC_ONLN);
169 num_cpus = sysconf(_SC_NPROCESSORS_ONLN);
172 num_cpus = sysconf(_SC_NPROCESSORS_CONF);
174 if ( num_cpus <= 0 ) {
175 num_cpus = 1;
178 return num_cpus;
  /external/fio/os/
os-solaris.h 110 unsigned int num_cpus; local
116 if (pset_info(*mask, NULL, &num_cpus, cpus) < 0) {
122 for (i = 0; i < num_cpus; i++) {
135 unsigned int num_cpus; local
137 if (pset_info(*mask, NULL, &num_cpus, NULL) < 0)
140 return num_cpus;
  /external/netperf/
nettest_bsd.h 66 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_stream_results_struct
117 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_maerts_results_struct
162 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_rr_results_struct
208 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_conn_rr_results_struct
254 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_tran_rr_results_struct
295 int num_cpus; /* how many CPUs had the remote? */ member in struct:udp_stream_results_struct
341 int num_cpus; /* how many CPUs had the remote? */ member in struct:udp_rr_results_struct
387 int num_cpus; /* how many CPUs had the remote? */ member in struct:tcp_cc_results_struct
nettest_dlpi.h 60 int num_cpus; /* how many CPUs were there? */ member in struct:dlpi_co_stream_results_struct
106 int num_cpus; /* how many CPUs were there? */ member in struct:dlpi_co_rr_results_struct
146 int num_cpus; member in struct:dlpi_cl_stream_results_struct
196 int num_cpus; /* how many CPUs were there? */ member in struct:dlpi_cl_rr_results_struct
nettest_sctp.h 58 int num_cpus; /* how many CPUs had the remote? */ member in struct:sctp_stream_results_struct
104 int num_cpus; /* how many CPUs had the remote? */ member in struct:sctp_rr_results_struct
nettest_sdp.h 63 int num_cpus; /* how many CPUs had the remote? */ member in struct:sdp_stream_results_struct
109 int num_cpus; /* how many CPUs had the remote? */ member in struct:sdp_rr_results_struct
160 int num_cpus; /* how many CPUs had the remote? */ member in struct:sdp_maerts_results_struct
nettest_unix.h 56 int num_cpus; member in struct:stream_stream_results_struct
100 int num_cpus; member in struct:stream_rr_results_struct
138 int num_cpus; member in struct:dg_stream_results_struct
185 int num_cpus; member in struct:dg_rr_results_struct
nettest_xti.h 56 int num_cpus; /* how many CPUs were there */ member in struct:xti_tcp_stream_results_struct
101 int num_cpus; /* how many CPUs were there */ member in struct:xti_tcp_rr_results_struct
147 int num_cpus; /* how many CPUs were there */ member in struct:xti_tcp_conn_rr_results_struct
185 int num_cpus; /* how many CPUs were there */ member in struct:xti_udp_stream_results_struct
231 int num_cpus; /* how many CPUs were there */ member in struct:xti_udp_rr_results_struct
  /external/stressapptest/src/
os.h 228 int num_cpus() const { return num_cpus_; } function in class:OsLayer
sat.cc 130 memory_threads_ = os_->num_cpus();
1277 int num_cpus = CpuCount(); local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc 330 int num_cpus = 0; local
371 num_cpus++; // count up every time we see an "processor :" entry
389 if (num_cpus > 0) {
390 cpuinfo_num_cpus = num_cpus;
458 int num_cpus = 0; local
459 size_t size = sizeof(num_cpus);
461 if (::sysctl(numcpus_name, arraysize(numcpus_name), &num_cpus, &size, 0, 0)
463 && (size == sizeof(num_cpus)))
464 cpuinfo_num_cpus = num_cpus;
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 364 int num_cpus = 0; local
375 ++num_cpus;
382 fprintf(stderr, "CPU: %d * %s\n", num_cpus, cpu_type.c_str());
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc 345 int num_cpus = 0; local
386 num_cpus++; // count up every time we see an "processor :" entry
404 if (num_cpus > 0) {
405 cpuinfo_num_cpus = num_cpus;
473 int num_cpus = 0; local
474 size_t size = sizeof(num_cpus);
476 if (::sysctl(numcpus_name, arraysize(numcpus_name), &num_cpus, &size, 0, 0)
478 && (size == sizeof(num_cpus)))
479 cpuinfo_num_cpus = num_cpus;
    [all...]

Completed in 366 milliseconds