Home | History | Annotate | Download | only in pi-tests

Lines Matching defs:pthr

85 	struct thread *pthr = (struct thread *)arg;
89 pthr->priority);
92 tid, pthr->policy, pthr->priority);
104 tid, i, pthr->policy, pthr->priority);
115 struct thread *pthr = (struct thread *)arg;
118 printf("Thread %d started running with prio %d\n", tid, pthr->priority);
122 tid, pthr->policy, pthr->priority);
132 tid, i, pthr->policy, pthr->priority);
143 struct thread *pthr = (struct thread *)arg;
147 pthr->priority);
161 "pri %d\n", tid, i, pthr->policy,
162 pthr->priority);