Home
last modified time | relevance | path

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

/third_party/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c55 static int med_prio = DEF_MED_PRIO; variable
96 med_prio = MIN(atoi(v), 98); in parse_args()
158 high_prio = med_prio + 1; in main()
174 printf("Busy thread priority: %d\n", med_prio); in main()
198 if (create_fifo_thread(busy_thread, NULL, med_prio) < 0) { in main()