Lines Matching refs:priority
23 * This testcase verifies if the low priority SCHED_RR thread can preempt
24 * the high priority SCHED_RR thread multiple times via priority
88 printf("Thread %d started running with priority %d\n", tid,
89 pthr->priority);
92 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);
147 pthr->priority);
162 pthr->priority);