Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dtest-errno-linux.c145 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