Home
last modified time | relevance | path

Searched defs:sched_param (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/sched/
H A Dtypes.h22 struct sched_param { struct
23 int sched_priority;
/aosp12/bionic/libc/include/
H A Dsched.h41 struct sched_param { struct
45 int sched_setscheduler(pid_t __pid, int __policy, const struct sched_param* __param); argument