Home
last modified time | relevance | path

Searched defs:policy (Results 1 - 25 of 1048) sorted by relevance

12345678910>>...42

/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_attr_setschedpolicy.c3 int pthread_attr_setschedpolicy(pthread_attr_t *a, int policy) in pthread_attr_setschedpolicy() argument
H A Dpthread_getschedparam.c4 int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() argument
H A Dpthread_setschedparam.c4 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_attr_setschedpolicy.c4 _LIBC_TEXT_SECTION int pthread_attr_setschedpolicy(pthread_attr_t *a, int policy) in pthread_attr_setschedpolicy() argument
H A Dpthread_setschedparam.c5 _LIBC_TEXT_SECTION int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
H A Dpthread_getschedparam.c5 _LIBC_TEXT_SECTION int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() argument
/third_party/musl/src/thread/
H A Dpthread_attr_setschedpolicy.c3 int pthread_attr_setschedpolicy(pthread_attr_t *a, int policy) in pthread_attr_setschedpolicy() argument
H A Dpthread_setschedparam.c7 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
H A Dpthread_getschedparam.c4 int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() argument
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dfscrypt_utils.c34 int SetFscryptSysparam(const char *policy) in SetFscryptSysparam() argument
/kernel/liteos_a/testsuites/unittest/fuzz/
H A Dposix_spawnattr_getschedpolicy_fuzzer.cpp44 s32 policy = *(s32 *)DT_SetGetS32(&g_Element[1], INITVALUE_S32); in TestPosixSpawnattrGetschedpolicy() local
H A Dposix_spawnattr_setschedpolicy_fuzzer.cpp45 s32 policy = *(s32 *)DT_SetGetS32(&g_Element[1], INITVALUE_S32); in TestPosixSpawnattrSetschedpolicy() local
/third_party/libunwind/libunwind/src/mi/
H A DGset_caching_policy.c29 unw_set_caching_policy (unw_addr_space_t as, unw_caching_policy_t policy) in unw_set_caching_policy() argument
/third_party/musl/src/sched/
H A Dsched_get_priority_max.c4 int sched_get_priority_max(int policy) in sched_get_priority_max() argument
9 int sched_get_priority_min(int policy) in sched_get_priority_min() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D25-3.c27 int policy, result; in main() local
H A D23-1.c21 int policy, invalid_priority, old_priority; in main() local
H A D25-2.c28 int policy, invalid_priority, result; in main() local
H A D23-2.c27 int policy, invalid_priority, old_priority; in main() local
H A D25-1.c22 int policy, invalid_priority, result; in main() local
H A D25-4.c26 int policy, result; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D19-3.c28 int policy, result; in main() local
H A D19-4.c29 int policy, result; in main() local
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dcpufreq_powersave.c14 static void cpufreq_gov_powersave_limits(struct cpufreq_policy *policy) in cpufreq_gov_powersave_limits() argument
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dcpufreq_powersave.c14 static void cpufreq_gov_powersave_limits(struct cpufreq_policy *policy) in cpufreq_gov_powersave_limits() argument
/base/powermgr/thermal_manager/application/protector/src/action/
H A Dthermal_device_control.cpp30 auto policy = service.GetPolicy(); in Init() local

Completed in 4 milliseconds

12345678910>>...42