Lines Matching refs:pthr
84 struct thread *pthr = (struct thread *)arg; in func_nonrt() local
88 pthr->priority); in func_nonrt()
91 tid, pthr->policy, pthr->priority); in func_nonrt()
104 tid, i, pthr->policy, pthr->priority); in func_nonrt()
115 struct thread *pthr = (struct thread *)arg; in func_rt() local
118 printf("Thread %d started running with prio %d\n", tid, pthr->priority); in func_rt()
122 tid, pthr->policy, pthr->priority); in func_rt()
132 tid, i, pthr->policy, pthr->priority); in func_rt()
143 struct thread *pthr = (struct thread *)arg; in func_noise() local
146 printf("Noise Thread started running with prio %d\n", pthr->priority); in func_noise()
160 "pri %d\n", tid, i, pthr->policy, in func_noise()
161 pthr->priority); in func_noise()