Searched refs:sch_param (Results 1 – 1 of 1) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | test-errno-linux.c | 145 struct sched_param sch_param; in do_test() local 193 fails |= test_wrp (EINVAL, sched_getparam, -1, &sch_param); in do_test() 198 fails |= test_wrp (EINVAL, sched_setparam, -1, &sch_param); in do_test() 199 fails |= test_wrp (EINVAL, sched_setscheduler, -1, 0, &sch_param); in do_test()
|
Completed in 11 milliseconds