Lines Matching refs:priority
23 * This testcase verifies if the low priority SCHED_OTHER thread can preempt
24 * the high priority SCHED_RR thread via priority inheritance.
86 printf("Thread %d started running with priority %d\n", tid,
87 pthr->priority);
90 tid, pthr->policy, pthr->priority);
94 /* Wait for the high priority noise thread to start and signal us */
102 tid, i, pthr->policy, pthr->priority);
116 printf("Thread %d started running with prio %d\n", tid, pthr->priority);
120 tid, pthr->policy, pthr->priority);
124 * of this is to show that high priority threads make more
125 * progress than lower priority threads..
130 tid, i, pthr->policy, pthr->priority);
145 pthr->priority);
160 pthr->priority);