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

/seL4-camkes-master/projects/musllibc/src/thread/
H A Dpthread_attr_setschedpolicy.c3 int pthread_attr_setschedpolicy(pthread_attr_t *a, int policy) argument
H A Dpthread_getschedparam.c3 int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) argument
H A Dpthread_setschedparam.c3 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) argument
H A Dpthread_attr_get.c26 int pthread_attr_getschedpolicy(const pthread_attr_t *restrict a, int *restrict policy) argument
/seL4-camkes-master/projects/musllibc/src/sched/
H A Dsched_get_priority_max.c4 int sched_get_priority_max(int policy) argument
9 int sched_get_priority_min(int policy) argument
/seL4-camkes-master/projects/musllibc/src/process/
H A Dposix_spawnattr_sched.c17 int posix_spawnattr_getschedpolicy(const posix_spawnattr_t *restrict attr, int *restrict policy) argument
22 int posix_spawnattr_setschedpolicy(posix_spawnattr_t *attr, int policy) argument
/seL4-camkes-master/projects/musllibc/src/network/
H A Dlookup_name.c212 static const struct policy { struct

Completed in 165 milliseconds