Searched refs:fifo_max (Results 1 – 2 of 2) sorted by relevance
56 int fifo_min, fifo_max; variable68 fifo_max = sched_get_priority_max (SCHED_FIFO); in init_tpp_test()69 if (fifo_max < 0) in init_tpp_test()75 if (fifo_min > 4 || fifo_max < 10) in init_tpp_test()78 fifo_min, fifo_max); in init_tpp_test()
55 if (prioceiling < fifo_min || prioceiling > fifo_max) in do_test()58 prioceiling, fifo_min, fifo_max); in do_test()62 if (fifo_max < INT_MAX in do_test()63 && pthread_mutexattr_setprioceiling (&ma, fifo_max + 1) != EINVAL) in do_test()66 fifo_max + 1); in do_test()84 if (pthread_mutexattr_setprioceiling (&ma, fifo_max)) in do_test()
Completed in 3 milliseconds