Searched refs:high_prio (Results 1 – 1 of 1) sorted by relevance
56 static int high_prio; variable158 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()