Home
last modified time | relevance | path

Searched refs:CPU_STATE_IDLE (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/
Dget_cpu_stats_macos.cc37 busy = total - cpuinfo.cpu_ticks[CPU_STATE_IDLE]; in GetCpuStatsImpl()
/external/grpc-grpc/src/cpp/server/load_reporter/
Dget_cpu_stats_macos.cc37 busy = total - cpuinfo.cpu_ticks[CPU_STATE_IDLE]; in GetCpuStatsImpl()
/external/google-breakpad/src/third_party/mac_headers/mach/
Dmachine.h75 #define CPU_STATE_IDLE 2 macro
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachTask.mm383 << host_info.cpu_ticks[CPU_STATE_IDLE] << ';';
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs1638 pub const CPU_STATE_IDLE: ::c_int = 2; constant