Searched defs:nice (Results 1 – 7 of 7) sorted by relevance
/aosp12/bionic/libc/upstream-netbsd/lib/libc/gen/ |
H A D | nice.c | 49 __weak_alias(nice,_nice) in __weak_alias() argument
|
/aosp12/hardware/qcom/sm8150/thermal/ |
H A D | thermal.c | 83 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
|
/aosp12/hardware/qcom/sdm845/thermal/ |
H A D | thermal.c | 83 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
|
/aosp12/hardware/libhardware/modules/thermal/ |
H A D | thermal.c | 89 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
|
/aosp12/frameworks/base/core/proto/android/os/ |
H A D | cpuinfo.proto | 61 optional int32 nice = 3; field
|
/aosp12/hardware/google/pixel/perfstatsd/ |
H A D | cpu_usage.cpp | 169 uint64_t nice = 0; in getOverallUsage() local
|
/aosp12/hardware/google/pixel/thermal/ |
H A D | thermal-helper.cpp | 112 uint64_t nice = std::stoull(words[2]); in parseCpuUsagesFileAndAssignUsages() local
|