Home
last modified time | relevance | path

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

1234567891011

/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
/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
H A D5-1.c22 int result, new_priority, old_priority, max_prio, policy; 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
H A D17-3.c33 int policy, result; in main() local
/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
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
H A D1-1.c32 int policy; in thread_func() local
/third_party/python/Lib/email/mime/
H A Dbase.py9 import email.policy namespace

Completed in 5 milliseconds

1234567891011