/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_attr_setschedpolicy.c | 3 int pthread_attr_setschedpolicy(pthread_attr_t *a, int policy) in pthread_attr_setschedpolicy() argument
|
H A D | pthread_getschedparam.c | 4 int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() argument
|
H A D | pthread_setschedparam.c | 4 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 D | pthread_attr_setschedpolicy.c | 4 _LIBC_TEXT_SECTION int pthread_attr_setschedpolicy(pthread_attr_t *a, int policy) in pthread_attr_setschedpolicy() argument
|
H A D | pthread_setschedparam.c | 5 _LIBC_TEXT_SECTION int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
|
H A D | pthread_getschedparam.c | 5 _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 D | pthread_attr_setschedpolicy.c | 3 int pthread_attr_setschedpolicy(pthread_attr_t *a, int policy) in pthread_attr_setschedpolicy() argument
|
H A D | pthread_setschedparam.c | 7 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
|
H A D | pthread_getschedparam.c | 4 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 D | fscrypt_utils.c | 34 int SetFscryptSysparam(const char *policy) in SetFscryptSysparam() argument
|
H A D | sysparam_dynamic.c | 33 int SetFscryptParameter(const char *policy, const char *value) in SetFscryptParameter() argument
|
H A D | sysparam_static.c | 29 int SetFscryptParameter(const char *policy, const char *value) in SetFscryptParameter() argument
|
/third_party/libunwind/libunwind/src/mi/ |
H A D | Gset_caching_policy.c | 29 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 D | sched_get_priority_max.c | 4 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 D | 25-3.c | 27 int policy, result; in main() local
|
H A D | 23-1.c | 21 int policy, invalid_priority, old_priority; in main() local
|
H A D | 25-2.c | 28 int policy, invalid_priority, result; in main() local
|
H A D | 23-2.c | 27 int policy, invalid_priority, old_priority; in main() local
|
H A D | 25-1.c | 22 int policy, invalid_priority, result; in main() local
|
H A D | 25-4.c | 26 int policy, result; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
H A D | 19-3.c | 28 int policy, result; in main() local
|
H A D | 19-4.c | 29 int policy, result; in main() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | strategy_factory.cpp | 22 BuildSyncStrategy( SyncMode mode, bool isLocalDeleteUpload, SingleVerConflictResolvePolicy policy) BuildSyncStrategy() argument
|
/third_party/musl/porting/liteos_a/user/src/process/ |
H A D | posix_spawnattr_sched.c | 20 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 D | posix_spawnattr_sched.c | 20 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
|