Home
last modified time | relevance | path

Searched defs:MAX_CPU (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/process/
Dsched.rs23 pub const MAX_CPU: usize = backend::process::types::CPU_SETSIZE; constant
/aosp_15_r20/frameworks/av/media/libcpustats/include/cpustats/
H A DThreadCpuUsage.h129 static const int MAX_CPU = 8; variable
/aosp_15_r20/system/extras/sane_schedstat/
H A Dsane_schedstat.c31 #define MAX_CPU 2 macro