Lines Matching refs:priority
24 * the SCHED_RR thread via priority inheritance.
87 printf("Thread %d started running with priority %d\n", tid,
88 pthr->priority);
91 tid, pthr->policy, pthr->priority);
96 /* Wait for the high priority noise thread to start and signal us */
104 tid, i, pthr->policy, pthr->priority);
118 printf("Thread %d started running with prio %d\n", tid, pthr->priority);
122 tid, pthr->policy, pthr->priority);
126 * of this is to show that high priority threads make more
127 * progress than lower priority threads..
132 tid, i, pthr->policy, pthr->priority);
146 printf("Noise Thread started running with prio %d\n", pthr->priority);
161 pthr->priority);