Lines Matching refs:pthr
83 struct thread *pthr = (struct thread *)arg;
87 pthr->priority);
90 tid, pthr->policy, pthr->priority);
102 tid, i, pthr->policy, pthr->priority);
113 struct thread *pthr = (struct thread *)arg;
116 printf("Thread %d started running with prio %d\n", tid, pthr->priority);
120 tid, pthr->policy, pthr->priority);
130 tid, i, pthr->policy, pthr->priority);
141 struct thread *pthr = (struct thread *)arg;
145 pthr->priority);
159 "pri %d\n", tid, i, pthr->policy,
160 pthr->priority);