Lines Matching refs:priority
79 int priority;
115 printf("Thread started %d on CPU %ld\n", pthr->priority,
118 printf("Thread running %d\n", pthr->priority);
124 pthr->priority, policy, schedp.sched_priority);
131 "pri %d\n", tid, pthr->priority, i,
164 printf("Thread started %d on CPU %ld\n", pthr->priority,
170 printf("Thread running %d\n", pthr->priority);
174 pthr->priority, policy, schedp.sched_priority);
178 * of this is to show that high priority threads make more
179 * progress than lower priority threads..
187 tid, pthr->priority, i, policy,
220 printf("Noise Thread started %d on CPU %ld\n", pthr->priority,
226 printf("Noise Thread running %d\n", pthr->priority);
234 tid, pthr->priority, i, policy,
255 printf("Start thread priority %d\n", thrd->priority);
262 schedp.sched_priority = thrd->priority;
346 arg1.priority = 0;
349 arg2.priority = 20;
352 arg3.priority = 30;
355 arg4.priority = 40;
358 arg5.priority = 40;