Lines Matching refs:Worker4
3866 void Worker4() { Worker2(); }
3871 MyThreadArray t(Worker1, Worker2, Worker3, Worker4);
6800 void Worker4() {
6809 MyThreadArray t(Worker1, Worker2, Worker3, Worker4);
6832 // The guilty access is either Worker2() or Worker4(), depending on
6839 void Worker4() { MU2.Lock(); GLOB=4; MU2.Unlock(); }
6844 MyThread t1(Worker1), t2(Worker2), t3(Worker3), t4(Worker4);
6904 void Worker4() { Worker3(); }
6910 MyThreadArray t1(Worker1, Worker2, Worker3, Worker4);