Home
last modified time | relevance | path

Searched refs:sched_param (Results 1 - 3 of 3) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dspawn.h16 struct sched_param;
62 int posix_spawnattr_setschedparam(posix_spawnattr_t *__restrict, const struct sched_param *__restrict);
63 int posix_spawnattr_getschedparam(const posix_spawnattr_t *__restrict, struct sched_param *__restrict);
H A Dpthread.h104 int pthread_getschedparam(pthread_t, int *__restrict, struct sched_param *__restrict);
105 int pthread_setschedparam(pthread_t, int, const struct sched_param *);
314 int pthread_attr_getschedparam(const pthread_attr_t *__restrict, struct sched_param *__restrict);
315 int pthread_attr_setschedparam(pthread_attr_t *__restrict, const struct sched_param *__restrict);
H A Dsched.h19 struct sched_param { struct
35 int sched_getparam(pid_t, struct sched_param *);
38 int sched_setparam(pid_t, const struct sched_param *);
39 int sched_setscheduler(pid_t, int, const struct sched_param *);

Completed in 2 milliseconds