Lines Matching refs:Thread
88 } Thread;*/
90 typedef struct thread Thread;
92 Thread arg1, arg2, arg3, arg4, arg5;
94 int strartThread(Thread * thr);
95 void stopThread(Thread * thr);
96 void joinThread(Thread * thr);
100 Thread *pthr = (Thread *) arg;
109 printf("Thread %d: Can't set affinity: %d %s\n", tid, rc,
115 printf("Thread started %d on CPU %ld\n", pthr->priority,
118 printf("Thread running %d\n", pthr->priority);
123 ("Thread %d at start pthread pol %d pri %d - Got global lock\n",
130 printf("Thread %d(%d) loop %d pthread pol %d "
149 Thread *pthr = (Thread *) arg;
158 printf("Thread %d: Can't set affinity: %d %s\n", tid, rc,
164 printf("Thread started %d on CPU %ld\n", pthr->priority,
170 printf("Thread running %d\n", pthr->priority);
173 ("Thread %d at start pthread pol %d pri %d - Got global lock\n",
186 ("Thread %d(%d) loop %d pthread pol %d pri %d\n",
205 Thread *pthr = (Thread *) arg;
214 printf("Thread %d: Can't set affinity: %d %s\n", tid, rc,
220 printf("Noise Thread started %d on CPU %ld\n", pthr->priority,
226 printf("Noise Thread running %d\n", pthr->priority);
233 ("Noise Thread %d(%d) loop %d pthread pol %d pri %d\n",
249 int startThread(Thread * thrd)
305 void stopThread(Thread * thr)
311 void joinThread(Thread * thr)
335 printf("Main Thread: Can't set affinity: %d %s\n", retc,
406 printf("Thread counts %d %d %d %d %d\n", arg1.id, arg2.id, arg3.id,