Searched refs:Worker4 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/drd/tests/ |
D | tsan_unittest.cpp | 3870 void Worker4() { Worker2(); } in Worker4() function 3875 MyThreadArray t(Worker1, Worker2, Worker3, Worker4); in Run() 6804 void Worker4() { in Worker4() function 6813 MyThreadArray t(Worker1, Worker2, Worker3, Worker4); in Run() 6843 void Worker4() { MU2.Lock(); GLOB=4; MU2.Unlock(); } in Worker4() function 6848 MyThread t1(Worker1), t2(Worker2), t3(Worker3), t4(Worker4); in Run() 6908 void Worker4() { Worker3(); } in Worker4() function 6914 MyThreadArray t1(Worker1, Worker2, Worker3, Worker4); in Run()
|