Home
last modified time | relevance | path

Searched refs:CPU_STATE_MAX (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/
Dget_cpu_stats_macos.cc36 for (int i = 0; i < CPU_STATE_MAX; i++) total += cpuinfo.cpu_ticks[i]; in GetCpuStatsImpl()
/external/grpc-grpc/src/cpp/server/load_reporter/
Dget_cpu_stats_macos.cc36 for (int i = 0; i < CPU_STATE_MAX; i++) total += cpuinfo.cpu_ticks[i]; in GetCpuStatsImpl()
/external/google-breakpad/src/third_party/mac_headers/mach/
Dmachine.h71 #define CPU_STATE_MAX 4 macro
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs681 pub cpu_ticks: [::c_uint; CPU_STATE_MAX as usize],
1640 pub const CPU_STATE_MAX: ::c_int = 4; constant