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

  /external/netperf/
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_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_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_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
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_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
netlib.h 521 int num_cpus);
525 int num_cpus);
netlib.c     [all...]
nettest_sdp.c 675 sdp_stream_result->num_cpus);
    [all...]
nettest_bsd.c     [all...]
nettest_sctp.c 885 sctp_stream_result->num_cpus);
    [all...]
nettest_dlpi.c 588 dlpi_co_stream_result->num_cpus);
    [all...]
nettest_unix.c 607 stream_stream_result->num_cpus);
    [all...]
nettest_xti.c     [all...]
  /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/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...]

Completed in 137 milliseconds