Searched refs:Worker4 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/drd/tests/ |
D | tsan_unittest.cpp | 3866 void Worker4() { Worker2(); } in Worker4() function 3871 MyThreadArray t(Worker1, Worker2, Worker3, Worker4); in Run() 6800 void Worker4() { in Worker4() function 6809 MyThreadArray t(Worker1, Worker2, Worker3, Worker4); in Run() 6839 void Worker4() { MU2.Lock(); GLOB=4; MU2.Unlock(); } in Worker4() function 6844 MyThread t1(Worker1), t2(Worker2), t3(Worker3), t4(Worker4); in Run() 6904 void Worker4() { Worker3(); } in Worker4() function 6910 MyThreadArray t1(Worker1, Worker2, Worker3, Worker4); in Run()
|