Home
last modified time | relevance | path

Searched defs:nice (Results 1 – 7 of 7) sorted by relevance

/aosp12/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dnice.c49 __weak_alias(nice,_nice) in __weak_alias() argument
/aosp12/hardware/qcom/sm8150/thermal/
H A Dthermal.c83 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
/aosp12/hardware/qcom/sdm845/thermal/
H A Dthermal.c83 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
/aosp12/hardware/libhardware/modules/thermal/
H A Dthermal.c89 uint64_t user, nice, system, idle, active, total; in get_cpu_usages() local
/aosp12/frameworks/base/core/proto/android/os/
H A Dcpuinfo.proto61 optional int32 nice = 3; field
/aosp12/hardware/google/pixel/perfstatsd/
H A Dcpu_usage.cpp169 uint64_t nice = 0; in getOverallUsage() local
/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.cpp112 uint64_t nice = std::stoull(words[2]); in parseCpuUsagesFileAndAssignUsages() local