sched_getattr02.c | 45 struct sched_attr attr_copy; variable in typeref:struct:sched_attr 54 {&unused_pid, &attr_copy, sizeof(struct sched_attr), 0, ESRCH}, 56 {&pid, &attr_copy, sizeof(struct sched_attr) - 1, 0, EINVAL}, 57 {&pid, &attr_copy, sizeof(struct sched_attr), 1000, EINVAL}
|