Lines Matching refs:Worker3
3869 void Worker3() { Worker1(); } in Worker3() function
3875 MyThreadArray t(Worker1, Worker2, Worker3, Worker4); in Run()
5742 void Worker3() { UseMe(); } in Worker3() function
5748 MyThreadArray t1(Worker1, Worker2, Worker3); in Run()
6156 void Worker3() { sleep(3); Worker(); } in Worker3() function
6160 MyThreadArray t1(Worker0, Worker1, Worker2, Worker3); in Run()
6187 void Worker3() { sleep(3); Worker(); } in Worker3() function
6191 MyThreadArray t(Worker0, Worker1, Worker2, Worker3); in Run()
6799 void Worker3() { in Worker3() function
6813 MyThreadArray t(Worker1, Worker2, Worker3, Worker4); in Run()
6842 void Worker3() { MU1.Lock(); MU2.Lock(); GLOB=3; MU2.Unlock(); MU1.Unlock(); } in Worker3() function
6848 MyThread t1(Worker1), t2(Worker2), t3(Worker3), t4(Worker4); in Run()
6868 void Worker3() { GLOB=4; } in Worker3() function
6873 MyThread t1(Worker1), t2(Worker2), t3(Worker3); in Run()
6907 void Worker3() { Worker2(); } in Worker3() function
6908 void Worker4() { Worker3(); } in Worker4()
6914 MyThreadArray t1(Worker1, Worker2, Worker3, Worker4); in Run()
6950 void Worker3() { UseMe(); } in Worker3() function
6956 MyThreadArray t1(Worker1, Worker2, Worker3); in Run()