Home
last modified time | relevance | path

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

/aosp12/system/core/libprocessgroup/
H A Dsched_policy.cpp56 case SP_SYSTEM: in set_cpuset_policy()
106 case SP_SYSTEM: in set_sched_policy()
127 case SP_SYSTEM: in set_sched_policy()
174 *policy = SP_SYSTEM; in get_sched_policy_from_group()
235 [SP_BACKGROUND] = "bg", [SP_FOREGROUND] = "fg", [SP_SYSTEM] = " ", in get_sched_policy_name()
/aosp12/system/core/libprocessgroup/include/processgroup/
H A Dsched_policy.h45 SP_SYSTEM = 2, enumerator
/aosp12/frameworks/native/services/surfaceflinger/
H A Dmain_surfaceflinger.cpp146 if (cpusets_enabled()) set_cpuset_policy(0, SP_SYSTEM); in main()
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp323 case SP_SYSTEM: in android_os_Process_setProcessGroup()