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

Lines Matching defs:pthr

84 	struct thread *pthr = (struct thread *)arg;
88 pthr->priority);
91 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;
146 printf("Noise Thread started running with prio %d\n", pthr->priority);
160 "pri %d\n", tid, i, pthr->policy,
161 pthr->priority);