Searched refs:Worker3 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/drd/tests/ |
D | tsan_unittest.cpp | 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() [all …]
|