Home
last modified time | relevance | path

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

12345678910>>...17

/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
H A Dsysparam_dynamic.c33 int SetFscryptParameter(const char *policy, const char *value) in SetFscryptParameter() argument
H A Dsysparam_static.c29 int SetFscryptParameter(const char *policy, const char *value) in SetFscryptParameter() argument
/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
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dstrategy_factory.cpp22 BuildSyncStrategy( SyncMode mode, bool isLocalDeleteUpload, SingleVerConflictResolvePolicy policy) BuildSyncStrategy() argument
/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawnattr_sched.c20 int posix_spawnattr_getschedpolicy(const posix_spawnattr_t *restrict attr, int *restrict policy) in posix_spawnattr_getschedpolicy() argument
26 int posix_spawnattr_setschedpolicy(posix_spawnattr_t *attr, int policy) in posix_spawnattr_setschedpolicy() argument
/third_party/musl/src/process/
H A Dposix_spawnattr_sched.c20 int posix_spawnattr_getschedpolicy(const posix_spawnattr_t *restrict attr, int *restrict policy) in posix_spawnattr_getschedpolicy() argument
26 int posix_spawnattr_setschedpolicy(posix_spawnattr_t *attr, int policy) in posix_spawnattr_setschedpolicy() argument

Completed in 4 milliseconds

12345678910>>...17