Home
last modified time | relevance | path

Searched refs:sched_param (Results 1 – 9 of 9) sorted by relevance

/third_party/ulib/musl/src/process/
A Dposix_spawnattr_sched.c6 struct sched_param* restrict schedparam) { in posix_spawnattr_getschedparam()
11 const struct sched_param* restrict schedparam) { in posix_spawnattr_setschedparam()
/third_party/ulib/musl/include/
A Dspawn.h15 struct sched_param;
60 const struct sched_param* __restrict);
62 struct sched_param* __restrict);
A Dsched.h19 struct sched_param { struct
29 int sched_getparam(pid_t, struct sched_param*); argument
32 int sched_setparam(pid_t, const struct sched_param*);
33 int sched_setscheduler(pid_t, int, const struct sched_param*);
A Dpthread.h152 int pthread_attr_getschedparam(const pthread_attr_t* __restrict, struct sched_param* __restrict);
153 int pthread_attr_setschedparam(pthread_attr_t* __restrict, const struct sched_param* __restrict);
/third_party/ulib/musl/src/sched/
A Dsched_getparam.c4 int sched_getparam(pid_t pid, struct sched_param* param) { in sched_getparam()
A Dsched_setparam.c4 int sched_setparam(pid_t pid, const struct sched_param* param) { in sched_setparam()
A Dsched_setscheduler.c4 int sched_setscheduler(pid_t pid, int sched, const struct sched_param* param) { in sched_setscheduler()
/third_party/ulib/musl/pthread/
A Dpthread_attr_setschedparam.c4 const struct sched_param* restrict param) { in pthread_attr_setschedparam()
A Dpthread_attr_get.c13 struct sched_param* restrict param) { in pthread_attr_getschedparam()

Completed in 10 milliseconds