Searched refs:med_prio (Results 1 – 1 of 1) sorted by relevance
55 static int med_prio = DEF_MED_PRIO; variable96 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()