Home | History | Annotate | Download | only in tests

Lines Matching full:mythread

287     ar_[0] = new MyThread(f1);
288 ar_[1] = f2 ? new MyThread(f2) : NULL;
289 ar_[2] = f3 ? new MyThread(f3) : NULL;
290 ar_[3] = f4 ? new MyThread(f4) : NULL;
291 ar_[4] = f5 ? new MyThread(f5) : NULL;
316 MyThread *ar_[kSize];
340 MyThread t(Worker);
620 MyThread t(Signaller);
654 MyThread t(Worker);
1654 MyThread r(Reader);
1655 MyThread w(Writer);
1705 std::vector<MyThread*> vec(Nlog);
1710 vec[i] = new MyThread(Worker);
3443 MyThread t1(WorkerY);
3444 MyThread t2(WorkerX);
3509 std::vector<MyThread*> vec(Nlog);
3516 vec[i] = new MyThread(Worker);
3601 std::vector<MyThread*> vec(Nlog);
3608 vec[i] = new MyThread(Worker);
4309 MyThread t(Worker);
5031 MyThread t(Worker);
5075 MyThread t(Worker);
5191 MyThread *t[N];
5193 t[i] = new MyThread(Worker, &GLOB[i]);
5616 MyThread *t[N];
5618 t[i] = new MyThread(Worker);
6114 MyThread mt(Waiter, NULL, "Waiter Thread");
6240 MyThread t(Run1);
6709 MyThread t1(Thread1, NULL, "test-thread-1");
6710 MyThread t2(Thread2, NULL, "test-thread-2");
6755 MyThread t1(Worker), t2(Worker);
6848 MyThread t1(Worker1), t2(Worker2), t3(Worker3), t4(Worker4);
6873 MyThread t1(Worker1), t2(Worker2), t3(Worker3);
6977 MyThread t1(Worker1), t2(Worker2);
7029 MyThread t1(Thread1, NULL, "writer1"),
7092 MyThread t1(Thread1, NULL, "good writer1"),