Searched refs:sched_param (Results 1 – 9 of 9) sorted by relevance
| /third_party/ulib/musl/src/process/ |
| A D | posix_spawnattr_sched.c | 6 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 D | spawn.h | 15 struct sched_param; 60 const struct sched_param* __restrict); 62 struct sched_param* __restrict);
|
| A D | sched.h | 19 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 D | pthread.h | 152 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 D | sched_getparam.c | 4 int sched_getparam(pid_t pid, struct sched_param* param) { in sched_getparam()
|
| A D | sched_setparam.c | 4 int sched_setparam(pid_t pid, const struct sched_param* param) { in sched_setparam()
|
| A D | sched_setscheduler.c | 4 int sched_setscheduler(pid_t pid, int sched, const struct sched_param* param) { in sched_setscheduler()
|
| /third_party/ulib/musl/pthread/ |
| A D | pthread_attr_setschedparam.c | 4 const struct sched_param* restrict param) { in pthread_attr_setschedparam()
|
| A D | pthread_attr_get.c | 13 struct sched_param* restrict param) { in pthread_attr_getschedparam()
|
Completed in 6 milliseconds