Home
last modified time | relevance | path

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

/third_party/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c56 static int high_prio; variable
158 high_prio = med_prio + 1; in main()
162 if (set_priority(high_prio + 1) < 0) { in main()
164 high_prio + 1); in main()
175 printf("Timer thread priority: %d\n", high_prio); in main()
192 t_id = create_fifo_thread(timer_thread, NULL, high_prio); in main()